aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2018-09-21Muse reader: simplify lchopAlexander Krotov1-3/+2
2018-09-20RST reader: fix bug with internal link targets.John MacFarlane1-1/+1
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane1-5/+7
2018-09-19Muse reader: parse Text instead of StringAlexander Krotov1-3/+5
2018-09-19hlint Muse readerAlexander Krotov1-6/+5
2018-09-19Muse reader: get rid of HTML parser dependencyAlexander Krotov1-5/+13
2018-09-19Muse reader: use openTag and closeTag everywhereAlexander Krotov1-4/+4
2018-09-19Muse reader: make openTag return association listAlexander Krotov1-5/+5
2018-09-19Muse reader: add openTag and closeTag functionsAlexander Krotov1-18/+19
2018-09-18parse rST inlines containing newlines closing #4912danse1-1/+1
2018-09-16Markdown reader: example_lists should work without startnum.John MacFarlane1-1/+3
2018-09-15introduce --metadata-file optionmb211-2/+14
2018-09-15Markdown Reader: factor out yamlMapmb211-40/+27
2018-09-15Markdown Reader: factor out yamlBsToMetamb211-4/+8
2018-09-15Markdown Reader: rename yamlToMeta to yamlToMetaValuemb211-9/+9
2018-09-09LaTeX reader: resolve `\ref` for figure numbers.John MacFarlane1-12/+41
2018-09-07HTML reader: parse `<script type="math/tex` tags as math.John MacFarlane1-0/+12
2018-09-06Org reader: respect export option `p` for planning infoAlbert Krewinkel3-2/+28
2018-09-06Org reader internals: disable some GHC extensionsAlbert Krewinkel1-26/+32
2018-09-05Org reader: strip planning info from outputAlbert Krewinkel1-1/+35
2018-09-02Muse reader: autonumber sections in the correct orderAlexander Krotov1-4/+16
2018-09-02Muse reader: move duplicate code into "headingStart" functionAlexander Krotov1-9/+10
2018-09-02Muse reader: allow newline after opening "*" or "**"Alexander Krotov1-1/+9
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