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-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
2018-05-30
Markdown writer: preserve `implicit_figures` with attributes...
John MacFarlane
1
-5
/
+11
2018-04-21
Markdown reader/writer: spacing adjustments in tables.
John MacFarlane
1
-1
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-02-16
Markdown writer: properly escape @ to avoid capture as citation.
John MacFarlane
1
-1
/
+7
2018-01-16
Markdown writer: fix cell width calculation.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-23
Plain writer: don't linkify table of contents.
John MacFarlane
1
-10
/
+12
2017-11-28
Support `--webtex` for `gfm` output.
John MacFarlane
1
-3
/
+2
2017-11-13
Markdown writer: fix bug with doubled footnotes in grid tables.
John MacFarlane
1
-12
/
+22
2017-10-31
Markdown reader: make sure fenced div closers work in lists.
John MacFarlane
1
-1
/
+1
[next]