We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaec69 commit 4773f56Copy full SHA for 4773f56
src/paste/templates/index.html
@@ -400,6 +400,7 @@ <h3>EXAMPLES</h3>
400
<pre><code>function paste() {
401
local file=${1:-/dev/stdin}
402
curl -X POST -F "file=@${file}" https://paste.fosscu.org/file
403
+ echo '\n'
404
}</code></pre>
405
<button class="copy-button" title="Copy to clipboard"><i class="fas fa-clipboard"></i></button>
406
</div>
@@ -537,4 +538,4 @@ <h3>EXAMPLES</h3>
537
538
539
setTimeout(typeWriter, 800);
540
});
-{% endblock %}
541
+{% endblock %}
0 commit comments