aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown/Inline.hs
AgeCommit message (Expand)Author
2026-01-08Markdown writer: Allow display math to start/end with space.John MacFarlane
2025-12-11Markdown writer: ensure \ line breaks are used for commonmark.John MacFarlane
2025-05-13Markdown writer: omit initial newlines in gfm `math` blocks.John MacFarlane
2025-03-17T.P.Writers.Shared: rename `surroundInlines` -> `delimited`.John MacFarlane
2025-03-17Markdown writer: avoid spaces after/before open/close delimiters.John MacFarlane
2025-03-10Markdown writer: treat `Emph [Emph ils]]` as `ils`.John MacFarlane
2025-02-07Track wikilinks with a class instead of a titleEvan Silberman
2024-09-10Markdown writer: fix tex_math_gfm output for display math.John MacFarlane
2024-09-05Markdown writer: make math sensitive to `tex_math_gfm` extension.John MacFarlane
2024-09-02Move to{Sub,Super}scriptInline to T.P.W.SharedEvan Silberman
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-03-18Export `isOrderedListMarker` from T.P.Writers.Shared.John MacFarlane
2023-06-27Support --id-prefix for markdown output.John MacFarlane
2023-04-28Commonmark writer: use shortcut reference links.John MacFarlane
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-19Add support for `mark` extension for highlighted text.John MacFarlane
2022-11-11Markdown writer: escape `!` before `[`.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-08-27HTML, Markdown writers: filter out empty class attributes.John MacFarlane
2022-03-07Markdown writer: update escaping rules for `\`.John MacFarlane
2022-02-03Trim whitespace from math in --webtex.John MacFarlane
2022-02-03Whitespace fixes.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-14Markdown writer: avoid extra space before citation suffix...John MacFarlane
2021-12-14Markdown writer: ensure semicolon btw locator and next citation...John MacFarlane
2021-12-03Improve Markdown writer escaping.John MacFarlane
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane
2021-11-04Allow `plain` to be used in raw attribute syntax.John MacFarlane
2021-10-05Avoid bad wraps in markdown writer at the Doc Text level.John MacFarlane
2021-09-19Markdown writer: use `underline` class rather than `ul` for underline.John MacFarlane
2021-08-03Stop using the HTTP package. (#7456)mt_caret
2021-06-05CommonMark writer: do not throw away attributes when Ext_attributes is enabledJan Tojnar
2021-06-05Markdown writer: re-use functions from InlineJan Tojnar
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane
2021-05-16Markdown writer: improve escaping of `@`.John MacFarlane
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-03-02Split up T.P.Writers.Markdown...John MacFarlane