index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Markdown
/
Inline.hs
Age
Commit message (
Expand
)
Author
2024-03-18
Export `isOrderedListMarker` from T.P.Writers.Shared.
John MacFarlane
2023-06-27
Support --id-prefix for markdown output.
John MacFarlane
2023-04-28
Commonmark writer: use shortcut reference links.
John MacFarlane
2023-01-15
Markdown, CommonMark: add support for wiki links. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-11-19
Add support for `mark` extension for highlighted text.
John MacFarlane
2022-11-11
Markdown writer: escape `!` before `[`.
John MacFarlane
2022-10-31
Add explicit imports to fix compiler warnings.
John MacFarlane
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-18
T.P.Shared: remove `escapeURI`, `isURI`.
John MacFarlane
2022-10-03
Rename T.P.Network.HTTP -> T.P.URI.
John MacFarlane
2022-08-27
HTML, Markdown writers: filter out empty class attributes.
John MacFarlane
2022-03-07
Markdown writer: update escaping rules for `\`.
John MacFarlane
2022-02-03
Trim whitespace from math in --webtex.
John MacFarlane
2022-02-03
Whitespace fixes.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-12-19
Add a writer for Markua 0.10 (#7729)
binaarinen
2021-12-14
Markdown writer: avoid extra space before citation suffix...
John MacFarlane
2021-12-14
Markdown writer: ensure semicolon btw locator and next citation...
John MacFarlane
2021-12-03
Improve Markdown writer escaping.
John MacFarlane
2021-11-15
Markdown writer: don't create autolinks when this loses information.
John MacFarlane
2021-11-04
Allow `plain` to be used in raw attribute syntax.
John MacFarlane
2021-10-05
Avoid bad wraps in markdown writer at the Doc Text level.
John MacFarlane
2021-09-19
Markdown writer: use `underline` class rather than `ul` for underline.
John MacFarlane
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
2021-06-05
CommonMark writer: do not throw away attributes when Ext_attributes is enabled
Jan Tojnar
2021-06-05
Markdown writer: re-use functions from Inline
Jan Tojnar
2021-05-16
Markdown writer: fewer unneeded escapes for `#`.
John MacFarlane
2021-05-16
Markdown writer: improve escaping of `@`.
John MacFarlane
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
2021-03-02
Split up T.P.Writers.Markdown...
John MacFarlane