aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-20Allow URI as cite key.uri-cite-keyJohn MacFarlane
2017-11-20Update changelogJohn MacFarlane
2017-11-20Version to 2.0.3.John MacFarlane
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel
2017-11-19Allow spaces after `\(` and before `\)` with `tex_math_single_backslash`.John MacFarlane
2017-11-19Muse reader: count only one space as part of list item markerAlexander Krotov
2017-11-19Muse reader: produce SoftBreaks on newlinesAlexander Krotov
2017-11-18HTML reader: ensure we don't produce level 0 headers,John MacFarlane
2017-11-18MANUAL: clarify that math extensions work with HTML.John MacFarlane
2017-11-18Documented text module for lua-filters.John MacFarlane
2017-11-18Update man page lua filter to use text module.John MacFarlane
2017-11-18Updated man page version.John MacFarlane
2017-11-18Lua filters: preload text module (#4077)Albert Krewinkel
2017-11-18Muse reader: Add Text::Amuse footnote extensionsAlexander Krotov
2017-11-16Introduce `HasSyntaxExtensions` typeclass (#4074)Alexander
2017-11-15Creole reader: Fix performance issue for longer lists. (#4075)Sascha Wilde
2017-11-14Text.Pandoc.Parsing.uri: allow `&` and `=` as word characters.John MacFarlane
2017-11-14RST reader: better support for 'container' directive.John MacFarlane
2017-11-14EPUB writer: Fixed path for cover image.John MacFarlane
2017-11-14EPUB writer: fix paths for cover image.John MacFarlane
2017-11-14LaTeX template: include natbib/biblatex after polyglossia.John MacFarlane
2017-11-13LaTeX reader: allow optional arguments on `\footnote`.John MacFarlane
2017-11-13Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane
2017-11-13Replace "emacs" extension with "amuse" extensionAlexander Krotov
2017-11-12More efficient wordcount.lua example.John MacFarlane
2017-11-12lua-filters.md: add wordcount example.John MacFarlane
2017-11-12Fix comment that confuses haddock.John MacFarlane
2017-11-12Improve handout example.John MacFarlane
2017-11-12Fixed typo in lua-filters exmaple.John MacFarlane
2017-11-12lua-filters.md doc: Added handout example.John MacFarlane
2017-11-12LaTeX reader: support column specs like `*{2}{r}`.John MacFarlane
2017-11-12LaTeX reader: allow optional args for parbox.John MacFarlane
2017-11-12README: fixed link.John MacFarlane
2017-11-12Muse reader: accept Emacs Muse definition listsAlexander Krotov
2017-11-12Add emacs extensionAlexander Krotov
2017-11-12Fix a typo: "uisng" -> "using"Alexander Krotov
2017-11-11Functor instance to fix ghc 7.8 warning.2.0.2John MacFarlane
2017-11-11Update changelog.John MacFarlane
2017-11-11Require latest pandoc-types.John MacFarlane
2017-11-11Fixed URIs in jats.csl.John MacFarlane
2017-11-11lua-filters.md: use real-world man page filter as example.John MacFarlane
2017-11-11Bump to 2.0.2.John MacFarlane
2017-11-11Use lua filter to generate man page from MANUAL.John MacFarlane
2017-11-11Add lua filter functions to walk inline and block elements.John MacFarlane
2017-11-11Use pandoc-types 1.17.3John MacFarlane
2017-11-11MANUAL: update date.John MacFarlane
2017-11-11Fixed YAML metadata with "chomp" (`|-`).John MacFarlane
2017-11-11MediaWiki reader: hlintAlexander Krotov
2017-11-10Txt2Tags reader: hlintAlexander Krotov
2017-11-10Vimwiki reader: hlintAlexander Krotov