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
Age
Commit message (
Expand
)
Author
2022-10-31
Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`...
optinfo
John MacFarlane
2022-10-30
hlint suggestions.
John MacFarlane
2022-10-30
hlint suggestions.
John MacFarlane
2022-10-29
Fix an import warning.
John MacFarlane
2022-10-29
Use T.P.XML lookupEntity in Jira reader.
John MacFarlane
2022-10-29
Re-export lookupEntity from Text.Pandoc.XML [API change].
John MacFarlane
2022-10-29
T.P.XML: use lookupEntity from commonmark-hs.
John MacFarlane
2022-10-29
T.P.Parsing.General: change `characterReference`, `charsInBalanced`.
John MacFarlane
2022-10-27
Don't fail on inline metadata beginning with newline.
John MacFarlane
2022-10-27
T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.
John MacFarlane
2022-10-27
T.P.PDF: fix papersize on PDF generation via ms.
John MacFarlane
2022-10-26
LaTeX reader: fix TEXINPUTS handling.
John MacFarlane
2022-10-26
ICML writer: use Contents element for images with raw data...
John MacFarlane
2022-10-25
Remove type alias WriterProperties.
John MacFarlane
2022-10-24
Rename T.P.Readers.Odt -> T.P.Readers.ODT.
John MacFarlane
2022-10-24
Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.
John MacFarlane
2022-10-24
ODT reader: fix relative links.
John MacFarlane
2022-10-24
ODT writer: further refinement to #3524.
John MacFarlane
2022-10-24
ODT writer:
John MacFarlane
2022-10-24
ODT writer: fix relative links.
John MacFarlane
2022-10-21
LaTeX reader: parse short table caption.
John MacFarlane
2022-10-20
Text.Pandoc.Parsing: remove `nested` [API change].
John MacFarlane
2022-10-20
Add custom extensions.
John MacFarlane
2022-10-19
T.P.Class: make `getPOSIXTime`, `getZonedTime` sensitive to...
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `findM` [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove deprecated `makeMeta` [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `ordNub` [API change].
John MacFarlane
2022-10-19
T.P.Shared: remove `mapLeft` [API change].
John MacFarlane
2022-10-19
Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]
John MacFarlane
2022-10-19
Split Text.Pandoc.Version from Text.Pandoc.Shared.
John MacFarlane
2022-10-18
T.P.Shared: remove `escapeURI`, `isURI`.
John MacFarlane
2022-10-18
T.P.SelfContained: use T.P.Parsing rather than direct Text.Parsec.
John MacFarlane
2022-10-18
T.P.Sources: UpdateSourcePos instances for String and...
John MacFarlane
2022-10-18
T.P.Citeproc.Locator: remove unnecessary import of Text.Parsec.
John MacFarlane
2022-10-18
Revert "HTML reader: avoid duplicating any existing identifier..."
John MacFarlane
2022-10-18
Revert "T.P.Parsing: export `registerIdentifier`."
John MacFarlane
2022-10-18
Revert "Markdown reader: avoid duplicate ids with auto_identifiers."
John MacFarlane
2022-10-18
Markdown reader: avoid duplicate ids with auto_identifiers.
John MacFarlane
2022-10-18
T.P.Parsing: export `registerIdentifier`.
John MacFarlane
2022-10-18
HTML reader: avoid duplicating any existing identifier...
John MacFarlane
2022-10-18
Revert "MediaWiki writer: avoid extra section divs with repeated ids."
John MacFarlane
2022-10-17
T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)
John MacFarlane
2022-10-17
MediaWiki writer: avoid extra section divs with repeated ids.
John MacFarlane
2022-10-16
T.P.Readers.VimWiki: avoid direct import of parsec.
John MacFarlane
2022-10-16
T.P.Parsing: export errorMessages, messageString.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-10-16
RST writer: improve inline escaping rules.
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-10-14
Lua: Support built-in default templates for custom writers
Albert Krewinkel
[next]