aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-08-05 16:53:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-05 16:53:09 -0700
commit788ecf06f616ec64511ccb85c37d14cf685af495 (patch)
treec3885912eacb91d142bed60e07b806cc2b88a19b /README.md
parentd8a614d7bb04efe898dbd0d9bbf74fe5d79db902 (diff)
downloadpandoc-788ecf06f616ec64511ccb85c37d14cf685af495.tar.gz
Update README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index dc64421f1..51e5c0a48 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@ library. It can convert *from*
e-book)
- `gfm` ([GitHub-Flavored
Markdown](https://help.github.com/articles/github-flavored-markdown/)),
- or `markdown_github`, which provides deprecated and less accurate
- support for Github-Flavored Markdown; please use `gfm` instead,
- unless you need to use extensions other than `smart`.
+ or the deprecated and less accurate `markdown_github`; use
+ [`markdown_github`](#markdown-variants) only if you need extensions
+ not supported in [`gfm`](#markdown-variants).
- `haddock` ([Haddock
markup](https://www.haskell.org/haddock/doc/html/ch03s08.html))
- `html` ([HTML](http://www.w3.org/html/))
@@ -92,9 +92,9 @@ It can convert *to*
e-book)
- `gfm` ([GitHub-Flavored
Markdown](https://help.github.com/articles/github-flavored-markdown/)),
- or `markdown_github`, which provides deprecated and less accurate
- support for Github-Flavored Markdown; please use `gfm` instead,
- unless you use extensions that do not work with `gfm`.
+ or the deprecated and less accurate `markdown_github`; use
+ [`markdown_github`](#markdown-variants) only if you need extensions
+ not supported in [`gfm`](#markdown-variants).
- `haddock` ([Haddock
markup](https://www.haskell.org/haddock/doc/html/ch03s08.html))
- `html` or `html5` ([HTML](http://www.w3.org/html/), i.e.