aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/tables.txt
diff options
context:
space:
mode:
authorJakub Klinkovský <j.l.k@gmx.com>2014-02-15 18:44:53 +0100
committerJakub Klinkovský <j.l.k@gmx.com>2014-02-15 18:44:53 +0100
commit045ef787b7019343f22dfede01fedf38181ad662 (patch)
tree9173f0e3c232adef6139992afd683c0ba2ccb2a2 /docs/extensions/tables.txt
parentfefe904ca9175ab390a8a0868e810a41945cdd8f (diff)
downloadmarkdown-045ef787b7019343f22dfede01fedf38181ad662.tar.gz
markdown-045ef787b7019343f22dfede01fedf38181ad662.tar.bz2
markdown-045ef787b7019343f22dfede01fedf38181ad662.zip
docs: improved documentation of the extra/ extensions
Simplified, unified style, added some undocumented options. NOTE: Footnotes/UNIQUE_IDS stays mostly undocumented
Diffstat (limited to 'docs/extensions/tables.txt')
-rw-r--r--docs/extensions/tables.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/extensions/tables.txt b/docs/extensions/tables.txt
index bb0872a..820d5a5 100644
--- a/docs/extensions/tables.txt
+++ b/docs/extensions/tables.txt
@@ -52,7 +52,7 @@ will be rendered as:
Usage
-----
-From the Python interpreter:
-
- >>> html = markdown.markdown(text, ['tables'])
+See [Extensions](./index.html) for general extension usage, specify `tables`
+as the name of the extension.
+This extension does not accept any special configuration options.