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
/
Readers
/
CommonMark.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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-02
Implement task lists (#5139)
Mauro Bieg
1
-2
/
+5
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-27
/
+8
2018-11-11
Clean up toIdent in CommonMark reader.
John MacFarlane
1
-8
/
+9
2018-07-15
Wrap emojis in span nodes (#4759)
Anders Waldenborg
1
-14
/
+17
2018-06-29
CommonMark reader: Handle ascii_identifiers extension (#4733)
Anders Waldenborg
1
-13
/
+18
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-02
Revert "Commonmark reader: parse HTML as plain text if `-raw_html`."
John MacFarlane
1
-2
/
+2
2018-03-02
Commonmark reader: parse HTML as plain text if `-raw_html`.
John MacFarlane
1
-2
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-11-16
Introduce `HasSyntaxExtensions` typeclass (#4074)
Alexander
1
-13
/
+9
2017-11-01
hlint
Alexander Krotov
1
-1
/
+1
2017-10-27
hlint changes.
John MacFarlane
1
-2
/
+2
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-27
/
+27
2017-10-26
update years in copyright
Kolen Cheung
1
-2
/
+2
2017-08-08
Thread options through CommonMark reader.
John MacFarlane
1
-81
/
+77
2017-08-08
Support `hard_line_breaks` in CommonMark reader.
John MacFarlane
1
-0
/
+7
2017-08-08
CommonMark reader: support `emoji` extension.
John MacFarlane
1
-1
/
+19
2017-08-08
CommonMark reader: support `gfm_auto_identifiers`.
John MacFarlane
1
-0
/
+31
2017-08-07
CommonMark reader: make exts depend on extensions.
John MacFarlane
1
-2
/
+4
2017-08-07
Remove GFM modules; use CMarkGFM for both gfm and commonmark.
John MacFarlane
1
-6
/
+63
2017-08-07
Added gfm (GitHub-flavored CommonMark) as an input and output format.
John MacFarlane
1
-2
/
+2
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-3
/
+3
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-6
/
+6
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
1
-1
/
+1
2017-01-25
Working on readers.
Jesse Rosenthal
1
-3
/
+4
2015-12-29
Use cmark 0.5.
John MacFarlane
1
-4
/
+12
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
1
-1
/
+1
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-1
/
+1
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-1
/
+1
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
1
-2
/
+3
2015-03-17
Fixed a compiler warning.
John MacFarlane
1
-1
/
+1
2015-03-17
Added CommonMark reader using cmark (libcmark bindings).
John MacFarlane
1
-0
/
+118