aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown/Inline.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-45/+127
2021-12-14Markdown writer: avoid extra space before citation suffix...John MacFarlane1-2/+4
2021-12-14Markdown writer: ensure semicolon btw locator and next citation...John MacFarlane1-1/+5
2021-12-03Improve Markdown writer escaping.John MacFarlane1-18/+19
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane1-1/+4
2021-11-04Allow `plain` to be used in raw attribute syntax.John MacFarlane1-1/+2
2021-10-05Avoid bad wraps in markdown writer at the Doc Text level.John MacFarlane1-22/+23
2021-09-19Markdown writer: use `underline` class rather than `ul` for underline.John MacFarlane1-1/+1
2021-08-03Stop using the HTTP package. (#7456)mt_caret1-3/+3
2021-06-05CommonMark writer: do not throw away attributes when Ext_attributes is enabledJan Tojnar1-10/+12
2021-06-05Markdown writer: re-use functions from InlineJan Tojnar1-1/+3
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane1-2/+11
2021-05-16Markdown writer: improve escaping of `@`.John MacFarlane1-1/+1
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane1-2/+7
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-6/+3
2021-03-02Split up T.P.Writers.Markdown...John MacFarlane1-0/+601