From 9ead748cc9cd79a8f490776d4d5dfe6cd0beb6f1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 8 Dec 2010 08:17:44 -0800 Subject: 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. --- README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 9e8422724..91ec5e70b 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3