index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
2018-09-11
Muse writer: check for whitespace in the beginning and end of Str's
Alexander Krotov
2018-09-11
Muse writer: escape -, ; and > in the beginning of strings
Alexander Krotov
[next]