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.hs
Age
Commit message (
Expand
)
Author
2024-02-12
Markdown writer: use different width fences for nested divs.
John MacFarlane
2023-12-22
Markdown writer: add table identifier at end of caption if present.
John MacFarlane
2023-12-05
Fine-tuning on alerts.
John MacFarlane
2023-12-04
Add `alerts` extension.
John MacFarlane
2023-06-27
Support --id-prefix for markdown output.
John MacFarlane
2023-03-14
Markdown writer: use implicit figures if there's a caption but no alt.
Albert Krewinkel
2023-01-13
Remove block constructor Null from the code base.
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-20
Markdown writer: avoid HTML fallbacks in the generated TOC.
Albert Krewinkel
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-19
Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-09-19
Commonmark writer: ensure that we don't have blank lines in raw HTML.
John MacFarlane
2022-04-22
Markdown writer: disable soft wrapping when `hard_line_breaks` enabled.
John MacFarlane
2022-04-08
Commonmark/markua/gfm writers: avoid excessive indentation...
John MacFarlane
2022-03-18
Markdown writer: move table-related code into submodule.
Albert Krewinkel
2022-02-26
Markdown writer: don't produce redundant header identifier...
John MacFarlane
2022-02-23
Remove trailing whitespace in Writers.Markdown.
Albert Krewinkel
2022-01-19
Markdown writer: handle explicit column widths with pipe tables.
John MacFarlane
2022-01-17
Fix some haddock errors.
John MacFarlane
2022-01-03
Markdown writer: fix indentation issue in footnotes.
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-05
Commonmark writer: allow ')' delimiters on ordered lists.
John MacFarlane
2021-11-04
Allow `plain` to be used in raw attribute syntax.
John MacFarlane
2021-10-27
Markdown writer: Be sure to quote special values in YAML metadata.
John MacFarlane
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
2021-06-28
Markdown writer: put space between Plain and following fenced Div.
John MacFarlane
2021-06-21
Markdown writer: Fix regression in code blocks with attributes.
John MacFarlane
2021-06-12
Markdown writer: allow `pipe_tables` to be disabled for commonmark...
John MacFarlane
2021-06-05
CommonMark writer: do not use simple class for fenced-divs
Jan Tojnar
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-04-25
Markdown writer: Cleaner (code)blocks with single class (#7242)
Jan Tojnar
2021-04-25
Add quotes properly in markdown YAML metadata fields.
John MacFarlane
2021-04-05
Commonmark writer: Use backslash escapes for `<` and `|`...
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
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
2021-01-29
Markdown writer: handle math right before digit.
John MacFarlane
2021-01-12
Markdown writer: cleaned up raw formats.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2021-01-07
gfm/commonmark writer: implement start number on ordered lists.
John MacFarlane
2020-12-15
Properly handle boolean values in writing YAML metadata.
John MacFarlane
2020-12-04
Markdown writer: ensure that a new csl-block begins on a new line.
John MacFarlane
2020-11-14
Markdown writer: default to using ATX headings.
Aner Lucero
[next]