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