aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2018-08-17LaTeX reader: Support more text-mode accents.John MacFarlane1-1/+91
2018-08-17LaTeX reader: use combining characters when needed for accents.John MacFarlane1-1/+4
2018-08-17Docx writer: properly handle display math in spans.John MacFarlane2-6/+10
2018-08-17Add support for latex mintinline (#4365)Marc Schreiber1-0/+11
2018-08-17Haddock Writer: Use proper format for latex math in haddock (#4571).Joe Hermaszewski1-6/+4
2018-08-17LaTeX reader: fix siunitx unit commands...John MacFarlane1-174/+182
2018-08-16LaTeX reader: fix double `unnumbered` class.John MacFarlane1-21/+20
2018-08-16TEI improvements.John MacFarlane1-14/+1
2018-08-16LaTeX writer/template: be sensitive to `filecolor` variable.John MacFarlane1-1/+2
2018-08-15Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.John MacFarlane3-16/+10
2018-08-14ODT reader: deal gracefully with missing `<office:font-face-decls/>`.John MacFarlane1-1/+1
2018-08-14LaTeX reader: handle parameter patterns for `\def`.John MacFarlane2-23/+50
2018-08-13RST writer: render Divs with admonition classes as admonitions.John MacFarlane1-3/+12
2018-08-13RST writer: use `.. container` for generic Divs, instead of raw HTML.John MacFarlane1-4/+10
2018-08-12LaTeX reader: Allow `%` characters in URLs.John MacFarlane1-13/+31
2018-08-12Muse reader: don't allow digits after closing marker in lightweight markupAlexander Krotov1-2/+2
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel5-104/+75
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-2/+4
2018-08-10Avoid incomplete pattern patch.John MacFarlane1-5/+8
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-11/+5
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-7/+8
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-3/+1
2018-08-10Avoid non-exhaustive pattern matches.John MacFarlane1-4/+6
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-11/+12
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