diff options
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 |