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-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
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-02-01
Markdown writer: use markdown="1" when appropriate for Divs.
John MacFarlane
1
-0
/
+6
2019-01-10
Make 'plain' RawBlocks work for 'plain' output.
John MacFarlane
1
-0
/
+5
2019-01-04
Implement --toc in commonmark/gfm writers.
John MacFarlane
1
-1
/
+1
2019-01-04
T.P.Writers.Shared - add toTableOfContents (API change).
John MacFarlane
1
-21
/
+2
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-2
/
+4
2018-12-03
Markdown writer: include needed whitespace after HTML figure.
John MacFarlane
1
-1
/
+1
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
1
-2
/
+2
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-1
/
+1
2018-11-01
Implement --ascii for Markdown writer.
John MacFarlane
1
-23
/
+35
2018-10-14
Markdown writer: ensure blank between raw block and normal content.
John MacFarlane
1
-0
/
+7
2018-10-05
CommonMark writer: add plain text fallbacks. (#4531)
quasicomputational
1
-28
/
+1
2018-08-19
Markdown writer: escape `~` if strikeout extension enabled.
John MacFarlane
1
-1
/
+2
2018-07-15
Make markdown and github writers respect the `emoji` extension.
John MacFarlane
1
-0
/
+5
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
1
-1
/
+1
[next]