diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:35:55 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:35:55 -0500 |
commit | 91f022a2e6f677162df477108cae5698a866f746 (patch) | |
tree | 7fee458ab718839ae3f219d87eacc960fa86cbf6 /docs/reference.txt | |
parent | a3d1c761999a08974a9fdfe9636ff9f7aa6b5863 (diff) | |
download | markdown-91f022a2e6f677162df477108cae5698a866f746.tar.gz markdown-91f022a2e6f677162df477108cae5698a866f746.tar.bz2 markdown-91f022a2e6f677162df477108cae5698a866f746.zip |
Added siteindex to docs.
Diffstat (limited to 'docs/reference.txt')
-rw-r--r-- | docs/reference.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference.txt b/docs/reference.txt index c1561f7..b051e92 100644 --- a/docs/reference.txt +++ b/docs/reference.txt @@ -210,7 +210,7 @@ as on the [`markdown.markdown`](#markdown) function, except that the class does **not** accept a source text string on initialization. Rather, the source text string must be passed to one of two instance methods: -* `Markdown.convert(source)` {: #convert } +* `Markdown.convert(source)`{: #convert } The `source` text must meet the same requirements as the [`text`](#text) argument of the [`markdown.markdown`](#markdown) function. @@ -233,7 +233,7 @@ string must be passed to one of two instance methods: html3 = md.reset().convert(text3) -* `Markdown.convertFile(**kwargs)` {: #convertFile } +* `Markdown.convertFile(**kwargs)`{: #convertFile } The arguments of this method are identical to the arguments of the same name on the `markdown.markdownFromFile` function ([`input`](#input), |