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
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
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-201
/
+200
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-4
/
+4
2019-10-11
Markdown writer: prefer pipe_tables to raw html...
John MacFarlane
1
-3
/
+3
2019-09-22
Make `plain` output plainer.
John MacFarlane
1
-5
/
+16
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-108
/
+120
2019-08-23
Ensure proper nesting when we have long ordered list markers.
John MacFarlane
1
-2
/
+5
2019-07-30
Markdown writer: Don't assume Doc has Eq instance.
John MacFarlane
1
-11
/
+13
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-4
/
+5
2019-07-18
Markdown writer: prefer using raw_attribute when enabled.
John MacFarlane
1
-2
/
+2
2019-06-03
Avoid unwanted interpretation of def list term as other kind of block,
John MacFarlane
1
-4
/
+4
2019-05-27
consolidate simple-table detection (#5524)
Mauro Bieg
1
-9
/
+1
2019-05-22
Markdown writer: Ensure the code fence is long enough.
John MacFarlane
1
-11
/
+10
2019-05-21
Markdown writer: fix small error in ed73bd28
Jesse Rosenthal
1
-4
/
+3
2019-05-21
Markdown writer: Handle labels with integer names
Jesse Rosenthal
1
-3
/
+20
2019-03-28
Markdown writer: better rendering of numbers.
John MacFarlane
1
-1
/
+4
2019-03-28
Markdown writer: proper rendering of empty map in YAML metadata.
John MacFarlane
1
-1
/
+3
2019-03-17
Properly escape attributes in Markdown writer.
John MacFarlane
1
-4
/
+9
2019-03-09
Markdown writer: improve handling of raw blocks/inline.
John MacFarlane
1
-34
/
+55
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
[next]