summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Lydell <simon.lydell@gmail.com>2018-11-06 23:56:19 +0100
committerWaylan Limberg <waylan.limberg@icloud.com>2018-11-06 17:56:19 -0500
commitdaf9e6dddf73a629c540b0beb4cb09209780e86e (patch)
treef41a0d14ebfb3d40f156310ed190a211c2ad2f72
parenta38fd1bb8b15e5de44e322b3345d0b5c29d5bf6b (diff)
downloadpython-markdown-daf9e6dddf73a629c540b0beb4cb09209780e86e.tar.gz
Document third-party apps offer alternate list behavior
-rw-r--r--docs/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index d034e41..8ddbb9d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -91,7 +91,8 @@ are summarized below:
In the event that one would prefer different behavior,
[tab_length](reference.md#tab_length) can be set to whatever length is
desired. Be warned however, as this will affect indentation for all aspects
- of the syntax (including root level code blocks).
+ of the syntax (including root level code blocks). Alternatively, a
+ [third party extension] may offer a solution that meets your needs.
* __Consecutive Lists__
@@ -108,5 +109,6 @@ Support
You may ask for help and discuss various other issues on the [mailing list][]
and report bugs on the [bug tracker][].
+[third party extension]: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions
[mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
[bug tracker]: http://github.com/Python-Markdown/markdown/issues