summaryrefslogtreecommitdiffstats
path: root/docs/layouts/shortcodes
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-12-23 09:31:07 -0700
committerAnthony Fok <foka@debian.org>2015-12-23 09:31:07 -0700
commitcb8f459127615dd312f990ceeae4ac058cb9ec61 (patch)
treeece2ccdd19f9bbef0ce8c329bb37c37a7891a4fb /docs/layouts/shortcodes
parent22bd485072b3d028a4338217d8bfadc5ace26759 (diff)
Docs: Add nohighlight shortcode and improve formatting
And some random formatting and copyediting fixes. See also #1708
Diffstat (limited to 'docs/layouts/shortcodes')
-rw-r--r--docs/layouts/shortcodes/nohighlight.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/nohighlight.html b/docs/layouts/shortcodes/nohighlight.html
new file mode 100644
index 000000000..d9cb5f302
--- /dev/null
+++ b/docs/layouts/shortcodes/nohighlight.html
@@ -0,0 +1 @@
+<pre><code class="hljs nohighlight">{{ .Inner }}</code></pre>