aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/tables.txt
diff options
context:
space:
mode:
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.