diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-12-08 21:20:12 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-12-08 22:18:39 -0500 |
commit | 54bf6d6369274e8ec0e040d5287038b1cc92329c (patch) | |
tree | a26f8d44a8767c4c13bad553d22078b69549ae3d /docs | |
parent | 193c5092b130a2e961e476982dc2d2d9c95623d2 (diff) | |
download | markdown-54bf6d6369274e8ec0e040d5287038b1cc92329c.tar.gz markdown-54bf6d6369274e8ec0e040d5287038b1cc92329c.tar.bz2 markdown-54bf6d6369274e8ec0e040d5287038b1cc92329c.zip |
Fix spellchecking test.
* Install deps.
* Ensure test fails if deps are missing.
* Update dictionary for recent docs changes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index d21b5c5..8c32d51 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,7 +48,7 @@ features: * __Output Formats__ - Python-Markdown can output documents with either HTML or XHTML styel tags. + Python-Markdown can output documents with either HTML or XHTML style tags. See the [Library Reference](reference.md#output_format) for details. * __Command Line Interface__ |