disable spellchecker for 'highlight' shortcodes

This commit is contained in:
Robert Kaussow 2020-06-07 17:42:03 +02:00
parent 9b919b2316
commit d4ee6a6b67
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
10 changed files with 21 additions and 24 deletions

View file

@ -23,7 +23,9 @@ Attributes:
{{</* include file="config.yaml" language="yaml" options="linenos=table,hl_lines=5-6,linenostart=100" */>}}
```
<!-- spellchecker-disable -->
{{< include file="config.yaml" language="yaml" options="linenos=table,hl_lines=5-6,linenostart=100">}}
<!-- spellchecker-enable -->
### Include *.md file
@ -38,7 +40,9 @@ If you include markdown files that should not get a menu entry, place them outsi
{{</* include file="static/includes/table.md.part" markdown="true" */>}}
```
<!-- spellchecker-disable -->
{{< include file="static/includes/table.md.part" markdown="true" >}}
<!-- spellchecker-enable -->
### Include *.html file