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
2015-04-15
Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.
John MacFarlane
2015-04-15
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
2015-04-15
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2015-04-15
Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc...
Mark Wright
2014-12-19
Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.
John MacFarlane
2014-12-19
MediaWiki writer: Fixed links with URL = text.
John MacFarlane
2014-12-16
LaTeX reader: parse math environments as inline when possible.
John MacFarlane
2014-12-15
FB2 writer: Add newline to output.
John MacFarlane
2014-12-15
getDefaultTemplate: don't fail when called with "fb2".
John MacFarlane
2014-12-15
LaTeX writer: Handle consecutive linebreaks.
John MacFarlane
2014-12-15
LaTeX reader: parse label after caption into a span...
John MacFarlane
2014-12-15
HTML writer: put newline btw img and caption paragraph.
John MacFarlane
2014-12-15
LaTeX writer: better handling of display math in simple tables.
John MacFarlane
2014-12-15
EPUB writer: include "landmarks" section in nav document for epub3.
John MacFarlane
2014-12-15
Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into Wikiwide-pa...
John MacFarlane
2014-12-15
Text.Pandoc.Writers.RTF: Add blankline at end of output
Matthew Pickering
2014-12-15
Text.Pandoc.Readers.HTML: Retain display type of MathML output
Matthew Pickering
2014-12-15
Text.Pandoc.Parsing: Change parseFromString to fail if not all input is
Matthew Pickering
2014-12-15
Don't treat a citation as a reference link label.
John MacFarlane
2014-12-15
LaTeX reader: better handling of `\noindent` and `\greektext`.
John MacFarlane
2014-12-15
EPUB writer: Removed playOrder from navpoint elements in ncx file.
John MacFarlane
2014-12-15
Improved texorpdfstring patch #1148.
John MacFarlane
2014-12-15
Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...
John MacFarlane
2014-12-15
Merge pull request #1805 from bergey/rst
John MacFarlane
2014-12-14
DocBook readers: Include id on section headers.
John MacFarlane
2014-12-14
DocBook reader: Handle menuchoice elements better.
John MacFarlane
2014-12-14
DocBook reader: get string content in inner tags for literal elements.
John MacFarlane
2014-12-14
DocBook reader: handle keycombo, keycap.
John MacFarlane
2014-12-14
Merge pull request #1813 from tarleb/file-links
John MacFarlane
2014-12-14
Org reader: properly handle links to `file:target`
Albert Krewinkel
2014-12-14
Fixe autolinks with following punctuation.
John MacFarlane
2014-12-12
RST: warn about ignored fields in role directives
Daniel Bergey
2014-12-12
RST Reader: compute Attrs when role is defined
Daniel Bergey
2014-12-12
RST reader: improve support for custom roles
Daniel Bergey
2014-12-12
RST: literal role should produce Code,
Daniel Bergey
2014-12-12
expose warnings from RST reader; refactor
Daniel Bergey
2014-12-10
Merge pull request #1695 from bjornbm/master
John MacFarlane
2014-12-08
DocBook reader: document/test "type" as implemented
Bryan O'Sullivan
2014-12-08
DocBook reader: add support for classname
Bryan O'Sullivan
[next]