diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-12-23 14:14:37 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-12-23 14:14:37 -0800 |
commit | 6e19d5f9e1ee0b9fab3524ff9f4246e84d714eb7 (patch) | |
tree | 094199e67c5fb2601f66f49bacb03156a993a09b | |
parent | 3c4aa01664486701a531b0db29dd2bb5124965ee (diff) | |
parent | a738153941456aa8aa522234707b73b549ae53a2 (diff) | |
download | pandoc-6e19d5f9e1ee0b9fab3524ff9f4246e84d714eb7.tar.gz |
Merge pull request #1103 from nikai3d/patch-1
fix typos in README
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1277,7 +1277,7 @@ one tab: + pears + peaches * vegetables - + brocolli + + broccoli + chard As noted above, markdown allows you to write list items "lazily," instead of @@ -2103,7 +2103,7 @@ Raw HTML Markdown allows you to insert raw HTML (or DocBook) anywhere in a document (except verbatim contexts, where `<`, `>`, and `&` are interpreted -literally). (Techncially this is not an extension, since standard +literally). (Technically this is not an extension, since standard markdown allows it, but it has been made an extension so that it can be disabled if desired.) @@ -2855,7 +2855,7 @@ Literate Haskell support ======================== If you append `+lhs` (or `+literate_haskell`) to an appropriate input or output -format (`markdown`, `mardkown_strict`, `rst`, or `latex` for input or output; +format (`markdown`, `markdown_strict`, `rst`, or `latex` for input or output; `beamer`, `html` or `html5` for output only), pandoc will treat the document as literate Haskell source. This means that |