aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-09Org writer: don't escape literal `_`, `^`.John MacFarlane1-1/+1
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson2-2/+4
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-04hlint some writersAlexander Krotov9-25/+21
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 writer: hlintAlexander Krotov1-4/+4
2018-09-02Muse writer: use lightweight markup when possibleAlexander Krotov1-19/+123
2018-09-02Muse writer: add more commentsAlexander Krotov1-2/+2
2018-09-02Muse writer: escape empty stringsAlexander Krotov1-1/+2
2018-09-02Muse reader: allow newline after opening "*" or "**"Alexander Krotov1-1/+9
2018-09-01Muse writer: wrap conditionalEscapeString result into "Muse" typeAlexander Krotov1-22/+28
2018-09-01Muse writer: separate "shouldEscapeString" functionAlexander Krotov1-6/+11
2018-08-31Muse writer: simplify inline list renderingAlexander Krotov1-15/+12
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-28EPUB writer: set epub:type on body element intelligently.John MacFarlane1-6/+22
2018-08-24FB2 writer: put coverpage element between title and date...John MacFarlane1-2/+3
2018-08-24HTML reader: allow enabling `raw_tex` extension.John MacFarlane1-3/+28
2018-08-24PDF: fix reference to rsvg-convert (#4855)Antonio Terceiro1-1/+1
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-19Markdown writer: escape `~` if strikeout extension enabled.John MacFarlane1-1/+2
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-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