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
2021-05-31
Fix regression with commonmark/gfm yaml metdata block parsing.
John MacFarlane
1
-5
/
+5
2021-05-28
Support `rebase_relative_paths` for commonmark based formats.
John MacFarlane
1
-1
/
+3
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-30
/
+40
2021-03-20
Support `yaml_metadata_block` extension form commonmark, gfm.
John MacFarlane
1
-0
/
+30
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-12-10
Add sourcepos extension for commonmarke
John MacFarlane
1
-5
/
+9
2020-12-10
Commonmark reader: refactor specFor, set input name to "".
John MacFarlane
1
-2
/
+8
2020-10-12
Commonmark reader: add pipe_table extension after defaults.
John MacFarlane
1
-21
/
+22
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-1
/
+0
2020-07-19
Add generic `attributes` extension.
John MacFarlane
1
-4
/
+1
2020-07-19
Use commonmark-hs to parse commonmark/gfm...
John MacFarlane
1
-198
/
+43
2020-05-08
Implement implicit_figures extension for commonmark reader.
John MacFarlane
1
-1
/
+6
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-3
/
+9
2020-04-15
Implement the new Table type
despresc
1
-8
/
+10
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
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-22
/
+23
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
[next]