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
/
CommonMark.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-10
/
+6
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+2
2019-12-17
Improved --toc generation.
John MacFarlane
1
-5
/
+3
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-29
/
+30
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-3
/
+4
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-3
/
+3
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-4
/
+5
2019-05-27
consolidate simple-table detection (#5524)
Mauro Bieg
1
-14
/
+4
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-01-04
Implement --toc in commonmark/gfm writers.
John MacFarlane
1
-2
/
+13
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-9
/
+16
2019-01-02
Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.
John MacFarlane
1
-1
/
+1
2018-11-05
CommonMark writer: make sure --ascii affects quotes, super/subscript.
John MacFarlane
1
-6
/
+12
2018-11-05
CommonMark writer: respect --ascii (#5043)
quasicomputational
1
-1
/
+18
2018-10-05
CommonMark writer: add plain text fallbacks. (#4531)
quasicomputational
1
-10
/
+42
2018-07-15
Make markdown and github writers respect the `emoji` extension.
John MacFarlane
1
-0
/
+5
2018-04-05
CommonMark writer: correctly ignore LaTeX raw blocks when not raw_tex (#4533)
quasicomputational
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-03
commonmark/gfm writer: use raw html for native divs/spans.
John MacFarlane
1
-4
/
+14
2017-12-03
commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions.
John MacFarlane
1
-6
/
+12
2017-11-28
Support `--webtex` for `gfm` output.
John MacFarlane
1
-6
/
+16
2017-11-04
Fix strikethrough in gfm writer.
John MacFarlane
1
-1
/
+1
2017-10-29
More hlint.
John MacFarlane
1
-6
/
+6
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-3
/
+3
2017-10-26
update years in copyright
Kolen Cheung
1
-2
/
+2
2017-10-13
CommonMark writer: omit "fig:" prefix in image titles.
John MacFarlane
1
-0
/
+3
2017-08-13
CommonMark writer: prefer pipe tables to HTML tables...
John MacFarlane
1
-3
/
+2
2017-08-08
CommonMark writer: avoid excess blank lines at end of output.
John MacFarlane
1
-1
/
+1
2017-08-08
CommonMark writer: support `hard_line_breaks`, `smart`.
John MacFarlane
1
-8
/
+15
2017-08-08
CommonMark writer: Support pipe tables.
John MacFarlane
1
-16
/
+75
2017-08-08
CommonMark writer: support table, strikethrough extensions...
John MacFarlane
1
-59
/
+90
2017-08-07
Remove GFM modules; use CMarkGFM for both gfm and commonmark.
John MacFarlane
1
-1
/
+1
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+3
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-7
/
+6
2017-03-04
Use smallcaps class for SmallCaps in CommonMark writer.
John MacFarlane
1
-1
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-8
/
+8
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
1
-2
/
+2
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
1
-1
/
+1
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-62
/
+72
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-0
/
+1
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-1
/
+2
[next]