mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-23 03:40:39 +00:00
disable spellchecker for 'highlight' shortcodes
This commit is contained in:
parent
7bdb764f8b
commit
aa4cd9f3ca
@ -2,11 +2,5 @@ Codecov
|
||||
DNS
|
||||
Kaussow
|
||||
PyPI
|
||||
corenetworks
|
||||
toc
|
||||
CoreNetworks
|
||||
usr
|
||||
env
|
||||
dns
|
||||
CoreNetworksException
|
||||
str
|
||||
corenetworks
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user