diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-08 08:17:44 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-08 08:39:50 -0800 |
commit | 9ead748cc9cd79a8f490776d4d5dfe6cd0beb6f1 (patch) | |
tree | 3ed850ba16fa19a5ee5bb871801d1fb209321422 /README | |
parent | 91978d2201585110469dc8c1a9149d76a1736763 (diff) | |
download | pandoc-9ead748cc9cd79a8f490776d4d5dfe6cd0beb6f1.tar.gz |
RST reader: Added footnote suppport.
Resolves issue #258.
Note that there are some differences in how docutils and
pandoc treat footnotes. Currently pandoc ignores the numeral
or symbol used in the note; footnotes are put in an auto-numbered
ordered list.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -66,10 +66,8 @@ To convert `hello.html` from html to markdown: Supported output formats are listed below under the `-t/--to` option. Supported input formats are listed below under the `-f/--from` option. Note -that the `rst` reader only parses a subset of reStructuredText syntax. For -example, it doesn't handle tables, option lists, or footnotes. But for simple -documents it should be adequate. The `textile`, `latex`, and `html` readers -are also limited in what they can do. +that the `rst`, `textile`, `latex`, and `html` readers are not complete; +there are some constructs that they do not parse. If the input or output format is not specified explicitly, `pandoc` will attempt to guess it from the extensions of |