summaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2018-10-18Add Text.Pandoc.GroffChar.John MacFarlane
2018-10-17man/ms writers: use `\[at]` for escaped `@`.John MacFarlane
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane
2018-10-17Man writer: use \f[R] instead of \f[] to reset fontAlexander Krotov
2018-10-17Muse reader: allow examples to be indented with tabsAlexander Krotov
2018-10-17Muse reader: remove indentation from examples indicated by {{{ and }}}Alexander Krotov
2018-10-16Muse reader: simplify "atStart"Alexander Krotov
2018-10-16Muse reader: code cleanupAlexander Krotov
2018-10-16Muse reader: simplify "commonPrefix" implementationAlexander Krotov
2018-10-16Muse reader: simplify emphasis parsingAlexander Krotov
2018-10-15LaTeX reader: small verbatim mode cleanups.John MacFarlane
2018-10-15LaTeX reader: withVerbatimMode now does nothing if already inJohn MacFarlane
2018-10-15LaTeX reader: simplified type on doMacros'.John MacFarlane
2018-10-15LaTeX reader: small efficiency improvement.John MacFarlane
2018-10-15LaTeX reader: tokenize before pulling tokens,John MacFarlane
2018-10-15LaTeX reader: more care with verbatim mode in macro definitions.John MacFarlane
2018-10-15LaTeX reader: more careful placement of withVerbatimMode.John MacFarlane
2018-10-15LaTeX reader: make macroDef polymorphic and allow in inline context.John MacFarlane
2018-10-15LaTeX reader: improved parsing of `\def`, `\let`.John MacFarlane
2018-10-15LaTeX reader: Fix small regression in pattern argumnents...John MacFarlane
2018-10-15More refactoring of LaTeX reader code.John MacFarlane
2018-10-15T.P.R.LaTeX.Parsing: moved more functions.John MacFarlane
2018-10-15LaTeX reader: improve parsing of `\def` argspec.John MacFarlane
2018-10-15T.P.R.LaTeX.Parsing: moved some functions up a level.John MacFarlane
2018-10-15Lua filters: rename ReaderOptions fields, use snake_caseAlbert Krewinkel
2018-10-14LaTeX reader: skip `\PackageError` commands.John MacFarlane
2018-10-14Markdown writer: ensure blank between raw block and normal content.John MacFarlane
2018-10-14Markdown reader: Fix awkward soft break movements before abbreviations.John MacFarlane
2018-10-14Custom writer: provide PANDOC_DOCUMENT instead of Setup functionAlbert Krewinkel
2018-10-14Markdown reader: Added updateStrPos in a couple places where needed.John MacFarlane
2018-10-13Custom writer: give full access to doc in optional Setup function (#4967)Albert Krewinkel
2018-10-13Lua filter internals: push Shared.Element as userdataAlbert Krewinkel
2018-10-12Lua filters: push ListAttributes via constructorAlbert Krewinkel
2018-10-11HTML reader: fix htmlTag and isInlineTag to accept processing instructions.John MacFarlane
2018-10-11Muse reader internals: don't use "choice" with static listAlexander Krotov
2018-10-11Muse reader: use indentWith to parse indentationAlexander Krotov
2018-10-11Muse reader: move museInPara from state to environmentAlexander Krotov
2018-10-10Pandoc.Parsing: rewrite nonspaceChar using noneOfAlexander Krotov
2018-10-10Vimwiki reader: get rid of F, runF and stateMeta' in favor of stateMetaAlexander Krotov
2018-10-10Muse reader internals: merge link and explicit link parsers into one functionAlexander Krotov
2018-10-10Muse reader: rewrite code parser in applicative styleAlexander Krotov
2018-10-10Muse reader: fix parsing of empty cellsAlexander Krotov
2018-10-10Reimplement mapLeft using Bifunctor.firstAlexander Krotov
2018-10-10Muse reader: simplify table parsingAlexander Krotov
2018-10-09Docx writer: added framework for custom properties.John MacFarlane
2018-10-09Get rid of mapLeft in Muse readerAlexander Krotov
2018-10-09hlint Muse writerAlexander Krotov
2018-10-09Muse reader: rewrite parseHtmlContent, verseTag and lineBlock in applicative ...Alexander Krotov
2018-10-09Get rid of unnecessary bind "res"Alexander Krotov
2018-10-08LaTeX writer with `--listings`: don't pass through org-babel attributes.John MacFarlane