aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-10/+12
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-2/+3
2018-08-10Avoid a non-exhaustive pattern match.John MacFarlane1-3/+2
2018-08-08HTML writer: Don't prefix epub: attributes with data-.John MacFarlane1-0/+1
2018-08-07Markdown reader: Properly handle boolean values in YAML metadata.John MacFarlane1-1/+12
2018-08-06Fix parsing of embedded mappings in YAML metadata.John MacFarlane1-24/+22
2018-08-05RST reader: improve parsing of inline interpreted text roles.John MacFarlane2-15/+34
2018-08-03RST writer: allow images to be directly nested within links, closes #4810 (#4...Francesco Occhipinti1-0/+2
2018-08-03Better error message on `-t pdf -o out.pdf` (#4815)Mauro Bieg1-5/+9
2018-08-01RST writer: use `titleblock` instead of `title` variable for title blockFrancesco Occhipinti1-4/+5
2018-07-30Markdown reader: allow unquoted numbers, booleans as YAML mapping keys.John MacFarlane1-26/+28
2018-07-30Use YAML.decode rather than YAML.decodeStrict.John MacFarlane1-1/+1
2018-07-30DocBook reader: metadata handling improvements.John MacFarlane1-38/+28
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel2-2/+21
2018-07-24RST reader: remove support for nested inlines.danse1-17/+15
2018-07-24MediaWiki writer: Avoid extra blank line in tables with empty cells.John MacFarlane1-0/+1
2018-07-23Org reader: fix parsers relying on parseFromStringAlbert Krewinkel1-4/+3
2018-07-21RST reader: fix double-link bug.John MacFarlane1-1/+8
2018-07-19Fix for bug in parsing `\include` in markdown.John MacFarlane1-1/+10
2018-07-19rawLaTeXBlock: never retokenize macroDef.John MacFarlane1-1/+1
2018-07-18Fix regression finding templates in user data directory.John MacFarlane1-3/+1
2018-07-15Make markdown and github writers respect the `emoji` extension.John MacFarlane2-0/+10
2018-07-15Wrap emojis in span nodes (#4759)Anders Waldenborg3-19/+27
2018-07-15Support abbreviated units for siunitx (#4773).John MacFarlane1-0/+89
2018-07-15LaTeX reader: be more forgiving in key/value option parsing.John MacFarlane1-16/+39
2018-07-12AsciiDoc Writer: escape square brackets at start of line (#4708)Mauro Bieg1-8/+13
2018-07-06PDF: revert fix for #4484 (only compress images on last run).John MacFarlane1-6/+1
2018-07-06PDF: Fix logic error in runTeXProgram.John MacFarlane1-1/+1
2018-07-02JATS reader: fix typo ("lable" instead of "label")Alexander Krotov1-1/+1
2018-07-02Spellcheck commentsAlexander Krotov22-26/+26
2018-06-30RST writer: don't treat 'example' as a syntax name.John MacFarlane1-1/+2
2018-06-29Fix compiler warnings.John MacFarlane1-4/+4
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane4-70/+84
2018-06-29Use decodeEither' not decodeEither (deprecated).John MacFarlane1-2/+2
2018-06-29CommonMark reader: Handle ascii_identifiers extension (#4733)Anders Waldenborg1-13/+18
2018-06-28Avoid using deprecated 'decode' from yaml.John MacFarlane1-5/+5
2018-06-28TikiWiki reader: improve list parsing (#4723)Mauro Bieg1-3/+4
2018-06-28Remove network-uri flag and use 'Network.Socket'.John MacFarlane1-1/+1
2018-06-25LaTeX reader: Treat `lilypond` as a verbatim environment.John MacFarlane1-1/+2
2018-06-25Fixed typo in LaTeX writer.John MacFarlane1-1/+1
2018-06-25Texinfo writer: use @sup and @sub instead of custom macrosAlexander Krotov1-10/+3
2018-06-13Markdown reader: allow empty code spans.John MacFarlane1-1/+1
2018-06-13LaTeX Reader: parse figure label into Image id (#4704)Mauro Bieg1-14/+20
2018-06-12Beamer: Allow "noframenumbering" option (#4696)Raymond Ehlers1-1/+2
2018-06-12Allow --template to take a URL argument.John MacFarlane1-1/+1
2018-06-12reveal.js writer and template: reuse mathjax URL...John MacFarlane1-5/+6
2018-06-12LaTeX reader: allow spaces around `\graphicspath` arguments.John MacFarlane1-1/+2
2018-06-12FB2 writer: convert Plain to Para in annotationAlexander Krotov1-1/+6
2018-06-12FB2 writer: fix order of items in title-infoAlexander Krotov1-1/+1
2018-06-07LaTeX writer: properly handle footnotes in table captions.John MacFarlane1-17/+22