aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2018-08-31Muse reader: parse <verse> tag in one passAlexander Krotov1-8/+11
2018-08-30Muse reader: hlintAlexander Krotov1-2/+2
2018-08-29LaTeX reader: fixed parsing of \texorpdfstring.John MacFarlane1-1/+1
2018-08-29RSTR reader: don't skip link definitions after comments.John MacFarlane1-0/+1
2018-08-24HTML reader: allow enabling `raw_tex` extension.John MacFarlane1-3/+28
2018-08-22HTML reader: extract spaces inside links instead of trimming themAlexander Krotov1-3/+3
2018-08-21LaTeX reader: support blockcquote, foreignblockquote from csquotes.John MacFarlane1-5/+19
2018-08-21LaTeX reader: support enquote*, foreignquote, hypphenquote...John MacFarlane1-6/+24
2018-08-18Fix compiler warning.John MacFarlane1-1/+1
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-17Add support for latex mintinline (#4365)Marc Schreiber1-0/+11
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-15Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.John MacFarlane1-7/+3
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-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-10Avoid non-exhaustive pattern match.John MacFarlane1-2/+4
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-3/+1
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-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 MacFarlane1-12/+28
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-24RST reader: remove support for nested inlines.danse1-17/+15
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-15Wrap emojis in span nodes (#4759)Anders Waldenborg2-18/+21
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-02JATS reader: fix typo ("lable" instead of "label")Alexander Krotov1-1/+1
2018-07-02Spellcheck commentsAlexander Krotov14-17/+17
2018-06-29Fix compiler warnings.John MacFarlane1-4/+4
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-56/+46
2018-06-29CommonMark reader: Handle ascii_identifiers extension (#4733)Anders Waldenborg1-13/+18
2018-06-28TikiWiki reader: improve list parsing (#4723)Mauro Bieg1-3/+4
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-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-12LaTeX reader: allow spaces around `\graphicspath` arguments.John MacFarlane1-1/+2
2018-06-01LaTeX reader: handle includes without surrounding blanklines.John MacFarlane1-7/+9
2018-06-01Muse reader: get rid of non-exhaustive pattern match warningmb211-1/+1