disable spellchecker for 'highlight' shortcodes

This commit is contained in:
Robert Kaussow 2020-06-07 16:44:43 +02:00
parent 7bdb764f8b
commit aa4cd9f3ca
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 7 additions and 7 deletions

View File

@ -2,11 +2,5 @@ Codecov
DNS
Kaussow
PyPI
corenetworks
toc
CoreNetworks
usr
env
dns
CoreNetworksException
str
corenetworks

View File

@ -2,20 +2,25 @@
title: Setup
---
<!-- spellchecker-disable -->
{{< toc >}}
<!-- spellchecker-enable -->
## Installation
<!-- prettier-ignore-start -->
<!-- spellchecker-disable -->
{{< highlight Python "linenos=table" >}}
pip install corenetworks
{{< /highlight >}}
<!-- spellchecker-enable -->
<!-- prettier-ignore-end -->
## Example usage
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- spellchecker-disable -->
{{< highlight Python "linenos=table" >}}
#!/usr/bin/env python
@ -72,5 +77,6 @@ try:
except Exception as e:
print(str(e))
{{< /highlight >}}
<!-- spellchecker-enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->