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
Age
Commit message (
Expand
)
Author
2018-09-28
Added Text.Pandoc.Readers.LaTeX.Parsing (unexported).
John MacFarlane
2018-09-28
Parse empty argument array in inline src blocks.
leungbk
2018-09-27
HTML writer: avoid adding extra section nestings for revealjs.
John MacFarlane
2018-09-27
JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.
John MacFarlane
2018-09-27
HTML writer: omit unknown attributes in EPUB2 output.
John MacFarlane
2018-09-26
Force inline code blocks to honor export options.
leungbk
2018-09-25
Add support for multiprenote and multipostnote arguments in LaTeX. (#4930)
Brian Leung
2018-09-24
Use hslua v1.0.0
Albert Krewinkel
2018-09-24
Merge pull request #4921 from pyssling/master
John MacFarlane
2018-09-24
RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail inst...
Jonas Scholl
2018-09-24
Muse reader: replace inlineList with inline'
Alexander Krotov
2018-09-24
Muse reader: replace `optionMaybe` and `fromMaybe` with `option`
Alexander Krotov
2018-09-23
ODT Writer: Improve table header row style handling
Nils Carlson
2018-09-22
LaTeX writer: fix a use of `last` that might take empty list.
John MacFarlane
2018-09-21
Muse reader: simplify tag parsers
Alexander Krotov
2018-09-21
Muse reader: use isAlphaNum instead of isLetter and isDigit
Alexander Krotov
2018-09-21
Muse reader: do not allow code markup to be followed by digit
Alexander Krotov
2018-09-21
Muse reader: simplify ordered list parsing
Alexander Krotov
2018-09-21
Muse reader: rewrite headingStart in applicative style
Alexander Krotov
2018-09-21
Muse reader: refactoring
Alexander Krotov
2018-09-20
Fix compiler warning.
John MacFarlane
2018-09-21
Muse reader: simplify <literal> tag parsers
Alexander Krotov
2018-09-21
Muse reader: cleanup and conversion to applicative style
Alexander Krotov
2018-09-21
Muse reader: simplify lchop
Alexander Krotov
2018-09-20
RST reader: fix bug with internal link targets.
John MacFarlane
2018-09-20
ConTeXt writer: change `\` to `/` in Windows image paths.
John MacFarlane
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
2018-09-19
Lua filter: cleanup filter execution code
Albert Krewinkel
2018-09-19
Muse reader: parse Text instead of String
Alexander Krotov
2018-09-19
hlint Muse reader
Alexander Krotov
2018-09-19
Muse reader: get rid of HTML parser dependency
Alexander Krotov
2018-09-19
Muse reader: use openTag and closeTag everywhere
Alexander Krotov
2018-09-19
Muse reader: make openTag return association list
Alexander Krotov
2018-09-19
Muse reader: add openTag and closeTag functions
Alexander Krotov
2018-09-18
parse rST inlines containing newlines closing #4912
danse
2018-09-16
Markdown reader: example_lists should work without startnum.
John MacFarlane
2018-09-16
Muse writer: replace newlines in strings with spaces
Alexander Krotov
2018-09-16
Merge pull request #4906 from chris-martin/patch-2
John MacFarlane
2018-09-16
Muse writer: output headers without asterisks if not on the top level
Alexander Krotov
2018-09-15
Fix haddock on 'Ext_footnotes'
Chris Martin
2018-09-15
Merge pull request #4604 from mb21/yaml-file
John MacFarlane
2018-09-15
Docx writer: add MetaString case for abstract, subtitle (#4905)
Mauro Bieg
2018-09-15
introduce --metadata-file option
mb21
2018-09-15
Markdown Reader: factor out yamlMap
mb21
2018-09-15
Markdown Reader: factor out yamlBsToMeta
mb21
2018-09-15
Markdown Reader: rename yamlToMeta to yamlToMetaValue
mb21
2018-09-12
Muse writer: never wrap definition list terms
Alexander Krotov
2018-09-11
Muse writer: set envInsideBlock = True when rendering notes
Alexander Krotov
2018-09-11
HTML writer: always output <dt> element, even if it is empty
Alexander Krotov
2018-09-11
Muse writer: use "" instead of [] for empty String
Alexander Krotov
[next]