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
2025-10-02
Markdown tables: implement `table_attributes` extension.
John MacFarlane
2025-08-06
Add `smart_quotes` and `special_strings` extensions for Org
Albert Krewinkel
2025-06-02
Markdown reader: make definition lists behave like other lists.
John MacFarlane
2025-03-29
Use `pdf-engine` variable instead of extensions...
John MacFarlane
2025-03-29
Add `groff` extension affecting `ms` writer.
John MacFarlane
2024-10-08
Typst writer: make `smart` extension work.
John MacFarlane
2024-09-21
DokuWiki reader: enable smart extension.
John MacFarlane
2024-09-21
DokuWiki writer: don't emit `<HTML>` tags.
John MacFarlane
2024-04-25
Update copyright dates to 2024.
John MacFarlane
2024-02-13
Add djot reader and writer.
djot
John MacFarlane
2024-02-13
Make LaTeX writer sensitive to `empty_paragraphs` extension.
John MacFarlane
2023-12-04
Add `alerts` extension.
John MacFarlane
2023-10-23
Extensions: Add `Ext_tex_math_gfm` constructor to Extension.
John MacFarlane
2023-10-16
remove duplicates for Ext_raw_html and Ext_pipe_tables
Tim Stewart
2023-03-25
Add typst writer.
John MacFarlane
2023-01-15
Markdown, CommonMark: add support for wiki links. [API change]
Albert Krewinkel
2023-01-15
ConTeXt writer: support `tagging` extension [API Change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-16
Extensions: add new function `disableExtensions`.
Albert Krewinkel
2022-11-19
Add support for `mark` extension for highlighted text.
John MacFarlane
2022-10-30
hlint suggestions.
John MacFarlane
2022-10-20
Add custom extensions.
John MacFarlane
2022-10-13
Extensions: simpler implementation based on Set.
John MacFarlane
2022-10-08
[API Change] Add new module "Text.Pandoc.Format"
Albert Krewinkel
2022-10-08
Extensions: add new function `readExtension`
Albert Krewinkel
2022-10-05
Extensions: fix JSON decoding of Extensions
Albert Krewinkel
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-07-28
DokuWiki reader: support latex plugin and math.
John MacFarlane
2022-05-19
Add tex_math_dollars to gfm default extensions.
John MacFarlane
2022-03-14
Remove `native_divs` from allowed gfm extensions.
John MacFarlane
2022-03-07
Remove `raw_tex` extension from list of commonmark...
John MacFarlane
2022-02-03
Enable `citations` extension for docx reader.
John MacFarlane
2022-01-09
Org reader: support alphabetical (fancy) lists
Lucas Viana
2022-01-03
parseFormatSpec: cleaner error message for invalid extensions.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-12-19
Add a writer for Markua 0.10 (#7729)
binaarinen
2021-10-27
Change JSON encodings of some types.
John MacFarlane
2021-09-30
Add `footnotes` to default `gfm` etxensions.
John MacFarlane
2021-09-18
Alphabetize Extension constructors.
John MacFarlane
2021-09-04
Extensions: put Ext_short_subsuperscripts in alphabetical order.
John MacFarlane
2021-08-15
Multimarkdown sub- and superscripts (#5512) (#7188)
OCzarnecki
2021-08-15
Make docx writer sensitive to `native_numbering` extension.
John MacFarlane
2021-05-28
Support `rebase_relative_paths` for commonmark based formats.
John MacFarlane
2021-05-27
Add `rebase_relative_paths` extension.
John MacFarlane
2021-03-20
Support `yaml_metadata_block` extension form commonmark, gfm.
John MacFarlane
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
2021-02-13
Org: support task_lists extension
Albert Krewinkel
2021-02-13
Remove Ext_fenced_code_attributes from allowed commonmark attributes.
John MacFarlane
2021-01-22
JATS writer: allow to use element-citation
Albert Krewinkel
2021-01-16
Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"
John MacFarlane
[next]