diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-02-16 08:53:16 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-02-16 08:53:16 -0500 |
commit | 9a03243ff51ce2e868cfd2de713d7de6ae84140e (patch) | |
tree | 9c81612ef756024dd205022d250fc65e2e11eb3a /docs/extensions/tables.txt | |
parent | fefe904ca9175ab390a8a0868e810a41945cdd8f (diff) | |
parent | aff7cabd5fa16daff866c06e056804d3f6f42500 (diff) | |
download | markdown-9a03243ff51ce2e868cfd2de713d7de6ae84140e.tar.gz markdown-9a03243ff51ce2e868cfd2de713d7de6ae84140e.tar.bz2 markdown-9a03243ff51ce2e868cfd2de713d7de6ae84140e.zip |
Merge pull request #288 from lahwaacz/master
docs: improved documentation
Diffstat (limited to 'docs/extensions/tables.txt')
-rw-r--r-- | docs/extensions/tables.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/extensions/tables.txt b/docs/extensions/tables.txt index bb0872a..46e8437 100644 --- a/docs/extensions/tables.txt +++ b/docs/extensions/tables.txt @@ -1,4 +1,4 @@ -title: Table Extension +title: Tables Extension prev_title: Footnotes Extension prev_url: footnotes.html next_title: Smart Strong Extension @@ -10,7 +10,7 @@ Tables Summary ------- -The Table Extension adds the ability to create tables in Markdown documents. +The Tables extension adds the ability to create tables in Markdown documents. This extension is included in the standard Markdown library. @@ -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. |