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
/
Extensions.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
Allow `gfm_auto_identifiers`, `ascii_identifiers` extensions for docx.
John MacFarlane
1
-1
/
+1
2020-08-09
Remove `fenced_code_blocks` and `backtick_code_blocks` from...
John MacFarlane
1
-5
/
+11
2020-07-29
Add extensions to `gfm` and `commonmark`:
John MacFarlane
1
-0
/
+8
2020-07-24
Make sure proper set of extensions is recognized for commonmark_x.
John MacFarlane
1
-0
/
+1
2020-07-23
Add `raw_markdown` extension affecting `ipynb` reader.
John MacFarlane
1
-1
/
+3
2020-07-19
Remove use of cmark-gfm for commonmark/gfm rendering.
John MacFarlane
1
-0
/
+1
2020-07-19
Add commonmark_x output format...
John MacFarlane
1
-3
/
+31
2020-07-19
Trim down githubMarkdownExtensions.
John MacFarlane
1
-9
/
+11
2020-07-19
Add generic `attributes` extension.
John MacFarlane
1
-4
/
+2
2020-07-19
Use commonmark-hs to parse commonmark/gfm...
John MacFarlane
1
-0
/
+14
2020-05-08
Implement implicit_figures extension for commonmark reader.
John MacFarlane
1
-0
/
+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
2019-11-29
Add `ascii_identifiers` as a supported extension for `markdown`.
John MacFarlane
1
-27
/
+25
2019-11-16
Add `Ext_smart` to list of possible extensions for HTML.
John MacFarlane
1
-0
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-5
/
+7
2019-10-07
Remove derive_json_via_th flag; always use TH.
John MacFarlane
1
-18
/
+0
2019-09-29
Raise error on unsupported extensions. Closes #4338.
John MacFarlane
1
-15
/
+151
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-1
/
+1
2019-09-24
odt: Add external option for native numbering
Nils Carlson
1
-0
/
+1
2019-09-22
Make `plain` output plainer.
John MacFarlane
1
-0
/
+1
2019-07-10
Extensions.hs fix typo in PHP Markdown comment
Mauro Bieg
1
-1
/
+1
2019-05-18
Add tex_math_dollars to multimarkdownExtensions.
John MacFarlane
1
-0
/
+1
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-04
More carefully groom ipynb default extensions.
John MacFarlane
1
-2
/
+18
2019-02-04
Add `all_symbols_escapable` to githubMarkdownExtensions.
John MacFarlane
1
-1
/
+1
2019-01-22
Support ipynb (Jupyter notebook) as input and output format.
John MacFarlane
1
-0
/
+2
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-0
/
+3
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-5
/
+8
2018-11-11
Remove `ascii_identifiers` from `githubMarkdownExtensions`.
John MacFarlane
1
-1
/
+0
2018-11-11
Fix CPP conditional for TH pragma
Albert Krewinkel
1
-2
/
+2
2018-11-04
Add cabal flag `derive_json_via_th`
Albert Krewinkel
1
-4
/
+22
2018-09-15
Fix haddock on 'Ext_footnotes'
Chris Martin
1
-1
/
+1
2018-05-30
Clarify how Ext_east_asian_line_breaks extension works (API docs).
kaizhang91
1
-1
/
+4
2018-03-30
Set default extensions for "beamer" same as "latex".
John MacFarlane
1
-0
/
+4
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
-6
/
+0
2018-03-16
Extensions: Semigroup instance for Extensions with base >= 4.9.
John MacFarlane
1
-4
/
+13
2018-03-02
Make `Ext_raw_html` default for commonmark format.
John MacFarlane
1
-0
/
+2
2018-02-22
Extensions: Add Ext_styles
Jesse Rosenthal
1
-0
/
+1
2018-01-15
ConTeXt writer: Use xtables instead of Tables (#4223)
Henri Menke
1
-0
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-28
Alphabetical order Extension constructors.
John MacFarlane
1
-61
/
+61
2017-12-27
HTML reader: parse div with class `line-block` as LineBlock.
John MacFarlane
1
-0
/
+1
2017-12-17
OPML reader: enable raw HTML and other extensions by default for notes.
John MacFarlane
1
-0
/
+1
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
1
-0
/
+1
2017-11-21
Change Generic JSON instances to TemplateHaskell (#4085)
Jasper Van der Jeugt
1
-13
/
+9
2017-11-13
Replace "emacs" extension with "amuse" extension
Alexander Krotov
1
-1
/
+4
2017-11-12
Add emacs extension
Alexander Krotov
1
-0
/
+1
[next]