diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-06-30 22:26:42 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-30 22:26:42 +0200 |
commit | d3dae1200adf8318fc033f6eed987507be85b71e (patch) | |
tree | 7035b35d9111f335d3b4d4fb3188603b6ad28fb3 /src/Text/Pandoc/Pretty.hs | |
parent | 69b2cb38a867cd8b761e4c6ec65020bedbafcda1 (diff) | |
download | pandoc-d3dae1200adf8318fc033f6eed987507be85b71e.tar.gz |
Removed `hard_line_breaks` extension from `markdown_github`.
GitHub has two Markdown modes, one for long-form documents like READMEs
and one for short things like issue coments. In issue comments, a line
break is treated as a hard line break. In README, wikis, etc., it is
treated as a space as in regular Markdown.
Since pandoc is more likely to be used to convert long-form
documents from GitHub Markdown, `-hard_line_breaks` is a better
default.
Closes #3594.
Diffstat (limited to 'src/Text/Pandoc/Pretty.hs')
0 files changed, 0 insertions, 0 deletions