aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/_default/_markup/render-codeblock.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/_markup/render-codeblock.html b/themes/default/layouts/_default/_markup/render-codeblock.html
index 542c9a6..435a12b 100644
--- a/themes/default/layouts/_default/_markup/render-codeblock.html
+++ b/themes/default/layouts/_default/_markup/render-codeblock.html
@@ -15,7 +15,7 @@
<a href="#{{ $id }}">{{ $type }}</a>
</language-label>
</header>
- <code-content contenteditable="{{ $edit }}">
+ <code-content contenteditable="{{ $edit }}" spellcheck="false">
{{- highlight .Inner $type (print $options ",lineAnchors=" "code-line:" $hash) -}}
</code-content>
</code-block>