index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Markdown.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
1
-1
/
+2
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
1
-2
/
+1
2021-06-28
Markdown writer: put space between Plain and following fenced Div.
John MacFarlane
1
-0
/
+3
2021-06-21
Markdown writer: Fix regression in code blocks with attributes.
John MacFarlane
1
-3
/
+3
2021-06-12
Markdown writer: allow `pipe_tables` to be disabled for commonmark...
John MacFarlane
1
-1
/
+0
2021-06-05
CommonMark writer: do not use simple class for fenced-divs
Jan Tojnar
1
-3
/
+6
2021-06-05
CommonMark writer: do not throw away attributes when Ext_attributes is enabled
Jan Tojnar
1
-3
/
+5
2021-06-05
Markdown writer: re-use functions from Inline
Jan Tojnar
1
-28
/
+1
2021-04-25
Markdown writer: Cleaner (code)blocks with single class (#7242)
Jan Tojnar
1
-2
/
+8
2021-04-25
Add quotes properly in markdown YAML metadata fields.
John MacFarlane
1
-6
/
+5
2021-04-05
Commonmark writer: Use backslash escapes for `<` and `|`...
John MacFarlane
1
-1
/
+11
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
1
-17
/
+20
2021-03-02
Split up T.P.Writers.Markdown...
John MacFarlane
1
-591
/
+6
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
1
-1
/
+1
2021-01-29
Markdown writer: handle math right before digit.
John MacFarlane
1
-1
/
+5
2021-01-12
Markdown writer: cleaned up raw formats.
John MacFarlane
1
-34
/
+35
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2021-01-07
gfm/commonmark writer: implement start number on ordered lists.
John MacFarlane
1
-1
/
+4
2020-12-15
Properly handle boolean values in writing YAML metadata.
John MacFarlane
1
-0
/
+2
2020-12-04
Markdown writer: ensure that a new csl-block begins on a new line.
John MacFarlane
1
-1
/
+6
2020-11-14
Markdown writer: default to using ATX headings.
Aner Lucero
1
-1
/
+6
2020-10-23
Commonmark writer: fix regression with fenced divs.
John MacFarlane
1
-1
/
+3
2020-10-12
Markdown writer: Fix autolinks rendering for gfm.
John MacFarlane
1
-24
/
+23
2020-10-08
Be less aggressive about using quotes for YAML values.
John MacFarlane
1
-4
/
+11
2020-10-07
Use double quotes for YAML metadata.
John MacFarlane
1
-2
/
+2
2020-09-21
Sort YAML metadata keys in Markdown output case-insensitive.
John MacFarlane
1
-2
/
+2
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-52
/
+49
2020-08-09
Remove `fenced_code_blocks` and `backtick_code_blocks` from...
John MacFarlane
1
-6
/
+12
2020-07-23
Markdown writer: use numerical labels for refs...
John MacFarlane
1
-5
/
+9
2020-07-23
Add `raw_markdown` extension affecting `ipynb` reader.
John MacFarlane
1
-2
/
+2
2020-07-19
Markdown writer: move asciify out of escapeString.
John MacFarlane
1
-9
/
+9
2020-07-19
Remove use of cmark-gfm for commonmark/gfm rendering.
John MacFarlane
1
-80
/
+95
2020-07-19
Markdown writer: use unicode super/subscript characters...
John MacFarlane
1
-18
/
+44
2020-07-19
Markdown writer: render caption as following paragraph...
John MacFarlane
1
-2
/
+5
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-0
/
+15
2020-04-17
Markdown writer: avoid unnecessary escapes before intraword `_`
John MacFarlane
1
-1
/
+6
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-1
/
+1
2020-04-15
Remove the onlySimpleCellBodies function from Shared
despresc
1
-1
/
+1
2020-04-15
Implement the new Table type
despresc
1
-2
/
+3
2020-03-31
Markdown writer: ensure consistent padding for pipe tables.
John MacFarlane
1
-2
/
+2
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
1
-2
/
+2
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-10
Fix spurious dots in markdown_mmd metadata output
John MacFarlane
1
-1
/
+1
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-8
/
+8
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-11
/
+10
2020-02-03
Swap suboptimal uses of maybe and fromMaybe (#6111)
Joseph C. Sible
1
-3
/
+3
2019-12-17
Improved --toc generation.
John MacFarlane
1
-2
/
+1
2019-11-19
Improve markdown escaping in list items.
John MacFarlane
1
-27
/
+25
[next]