index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Extensions.hs
Age
Commit message (
Expand
)
Author
2018-05-30
Clarify how Ext_east_asian_line_breaks extension works (API docs).
kaizhang91
2018-03-30
Set default extensions for "beamer" same as "latex".
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2018-03-16
Extensions: Semigroup instance for Extensions with base >= 4.9.
John MacFarlane
2018-03-02
Make `Ext_raw_html` default for commonmark format.
John MacFarlane
2018-02-22
Extensions: Add Ext_styles
Jesse Rosenthal
2018-01-15
ConTeXt writer: Use xtables instead of Tables (#4223)
Henri Menke
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-12-28
Alphabetical order Extension constructors.
John MacFarlane
2017-12-27
HTML reader: parse div with class `line-block` as LineBlock.
John MacFarlane
2017-12-17
OPML reader: enable raw HTML and other extensions by default for notes.
John MacFarlane
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
2017-11-21
Change Generic JSON instances to TemplateHaskell (#4085)
Jasper Van der Jeugt
2017-11-13
Replace "emacs" extension with "amuse" extension
Alexander Krotov
2017-11-12
Add emacs extension
Alexander Krotov
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-10-23
Implemented fenced Divs.
John MacFarlane
2017-09-14
FromJSON/ToJSON instances for Reader, WriterOptions.
John MacFarlane
2017-08-19
Markdown reader: use CommonMark rules for list item nesting.
John MacFarlane
2017-08-08
CommonMark reader: support `gfm_auto_identifiers`.
John MacFarlane
2017-08-07
Remove GFM modules; use CMarkGFM for both gfm and commonmark.
John MacFarlane
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2017-06-30
Removed `hard_line_breaks` extension from `markdown_github`.
John MacFarlane
2017-06-24
Extensions: Monoid instance for Extensions.
John MacFarlane
2017-06-23
Text.Pandoc.Extensions: Added `Ext_raw_attribute`.
John MacFarlane
2017-05-25
Added `spaced_reference_links` extension.
John MacFarlane
2017-05-04
Include `backtick_code_blocks` extension in `mardkown_mmd`.
John MacFarlane
2017-04-26
API change: move extension handling to Text.Pandoc.Extensions
Albert Krewinkel
2017-03-20
Add `space_in_atx_header` extension.
John MacFarlane
2017-03-05
Markdown reader: fixed internal header links.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-01-25
Put an Integer rather than Word64 behind Extensions.
John MacFarlane
2017-01-25
Made `smart` extension default for pandoc markdown.
John MacFarlane
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
2017-01-25
Split extensions code from Options into separate Text.Pandoc.Extensions.
John MacFarlane