aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2018-09-16Markdown reader: example_lists should work without startnum.John MacFarlane
2018-09-16Muse writer: replace newlines in strings with spacesAlexander Krotov
2018-09-16Merge pull request #4906 from chris-martin/patch-2John MacFarlane
2018-09-16Muse writer: output headers without asterisks if not on the top levelAlexander Krotov
2018-09-15Fix haddock on 'Ext_footnotes'Chris Martin
2018-09-15Merge pull request #4604 from mb21/yaml-fileJohn MacFarlane
2018-09-15Docx writer: add MetaString case for abstract, subtitle (#4905)Mauro Bieg
2018-09-15introduce --metadata-file optionmb21
2018-09-15Markdown Reader: factor out yamlMapmb21
2018-09-15Markdown Reader: factor out yamlBsToMetamb21
2018-09-15Markdown Reader: rename yamlToMeta to yamlToMetaValuemb21
2018-09-12Muse writer: never wrap definition list termsAlexander Krotov
2018-09-11Muse writer: set envInsideBlock = True when rendering notesAlexander Krotov
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov
2018-09-11Muse writer: use "" instead of [] for empty StringAlexander Krotov
2018-09-11Muse writer: check for whitespace in the beginning and end of Str'sAlexander Krotov
2018-09-11Muse writer: escape -, ; and > in the beginning of stringsAlexander Krotov
2018-09-11Muse writer: escape list markers in the beginning of notesAlexander Krotov
2018-09-11Muse writer: normalize inline list before testing if tags should be usedAlexander Krotov
2018-09-11Muse writer: use tags instead of lightweight markup for empty stringsAlexander Krotov
2018-09-09LaTeX reader: resolve `\ref` for figure numbers.John MacFarlane
2018-09-09Org writer: don't escape literal `_`, `^`.John MacFarlane
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson
2018-09-07HTML reader: parse `<script type="math/tex` tags as math.John MacFarlane
2018-09-06Org reader: respect export option `p` for planning infoAlbert Krewinkel
2018-09-06Org reader internals: disable some GHC extensionsAlbert Krewinkel
2018-09-05Org reader: strip planning info from outputAlbert Krewinkel
2018-09-04hlint some writersAlexander Krotov
2018-09-02Muse reader: autonumber sections in the correct orderAlexander Krotov
2018-09-02Muse reader: move duplicate code into "headingStart" functionAlexander Krotov
2018-09-02Muse writer: hlintAlexander Krotov
2018-09-02Muse writer: use lightweight markup when possibleAlexander Krotov
2018-09-02Muse writer: add more commentsAlexander Krotov
2018-09-02Muse writer: escape empty stringsAlexander Krotov
2018-09-02Muse reader: allow newline after opening "*" or "**"Alexander Krotov
2018-09-01Muse writer: wrap conditionalEscapeString result into "Muse" typeAlexander Krotov
2018-09-01Muse writer: separate "shouldEscapeString" functionAlexander Krotov
2018-08-31Muse writer: simplify inline list renderingAlexander Krotov
2018-08-31Muse reader: parse <verse> tag in one passAlexander Krotov
2018-08-30Muse reader: hlintAlexander Krotov
2018-08-29LaTeX reader: fixed parsing of \texorpdfstring.John MacFarlane
2018-08-29RSTR reader: don't skip link definitions after comments.John MacFarlane
2018-08-28EPUB writer: set epub:type on body element intelligently.John MacFarlane
2018-08-24FB2 writer: put coverpage element between title and date...John MacFarlane
2018-08-24HTML reader: allow enabling `raw_tex` extension.John MacFarlane
2018-08-24PDF: fix reference to rsvg-convert (#4855)Antonio Terceiro
2018-08-22HTML reader: extract spaces inside links instead of trimming themAlexander Krotov
2018-08-21LaTeX reader: support blockcquote, foreignblockquote from csquotes.John MacFarlane
2018-08-21LaTeX reader: support enquote*, foreignquote, hypphenquote...John MacFarlane
2018-08-19Markdown writer: escape `~` if strikeout extension enabled.John MacFarlane