summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov2017-07-21
* | | | LaTeX reader: handle optional args in raw `\titleformat`.John MacFarlane2017-07-21
* | | | Templates: change signature of getDefaultTemplate.John MacFarlane2017-07-19
* | | | Class: started adding haddocks.John MacFarlane2017-07-19
* | | | LaTeX reader: fixed regression with starred environment names.John MacFarlane2017-07-19
* | | | Don't rely on listDirectory, which is only in newer versions...John MacFarlane2017-07-15
* | | | Class: make addToFileTree handle directories recursively.John MacFarlane2017-07-14
* | | | Class: remove stFontFiles in PureState, 'glob' searches stFiles.John MacFarlane2017-07-14
* | | | Class: added addToFileTreeJohn MacFarlane2017-07-14
* | | | Fix ghc 8.2.1 compiler warnings.John MacFarlane2017-07-14
* | | | Revert "Fixed some ghc 8.2 compiler warnings."John MacFarlane2017-07-14
* | | | Fixed some ghc 8.2 compiler warnings.John MacFarlane2017-07-14
* | | | Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane2017-07-13
* | | | Add LaTeX xspace support (#3797)schrieveslaach2017-07-13
| |_|/ |/| |
* | | Fixed #3760. (#3784)Yuchen Pei2017-07-12
* | | Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2017-07-12
* | | Remove redundant imports (#3796)Alexander Krotov2017-07-12
* | | Print informative message when failing with use of `--normalize`.John MacFarlane2017-07-12
* | | Make sure \write18 is parsed as raw LaTeX.John MacFarlane2017-07-12
* | | HTML reader: Ensure that paragraphs are closed properly...John MacFarlane2017-07-11
* | | Use takeP in LaTeX reader.John MacFarlane2017-07-07
* | | Parsing: added takeP, takeWhileP for efficient parsing of [Char].John MacFarlane2017-07-07
* | | Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* | | Logging: added MacroAlreadyDefined.John MacFarlane2017-07-06
* | | Allow ibooks-specific metadata in epubs. Closes #2693.John MacFarlane2017-06-30
* | | Removed `hard_line_breaks` extension from `markdown_github`.John MacFarlane2017-06-30
* | | Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane2017-06-30
* | | Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane2017-06-30
* | | Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* | | Text.Pandoc.Lua: more code simplification.John MacFarlane2017-06-29
* | | Lua filters: Remove special treatment of Quoted, Math.John MacFarlane2017-06-29
* | | Text.Pandoc.Lua: refactored to remove duplicated code.John MacFarlane2017-06-29
* | | Text.Pandoc.Lua: use generics to reduce boilerplate.John MacFarlane2017-06-29
* | | Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane2017-06-28
* | | Muse reader: parse indented blockquotes (#3769)Alexander Krotov2017-06-28
* | | LaTeX writer: fixed detection of otherlangs.John MacFarlane2017-06-28
* | | Text.Pandoc.Lua: catch lua errors in filter functionsAlbert Krewinkel2017-06-27
* | | Text.Pandoc.Lua: keep element unchanged if filter returns nilAlbert Krewinkel2017-06-27
* | | Text.Pandoc.Lua: simplify filter function runnerAlbert Krewinkel2017-06-27
* | | Require nonempty alt text for `implicit_figures`.John MacFarlane2017-06-27
* | | RST reader: support anchors.John MacFarlane2017-06-27
* | | RST reader: Handle chained link definitions.John MacFarlane2017-06-27
* | | Docx writer: Allow 9 list levels.John MacFarlane2017-06-27
* | | HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed2017-06-27
* | | OpenDocument/ODT writer: Added support for table of contents.John MacFarlane2017-06-26
* | | Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane2017-06-26
* | | Muse writer: fix hlint errors (#3764)Alexander Krotov2017-06-26
* | | LaTeX writer: use BCP47 parser.John MacFarlane2017-06-26
* | | parseBCP47: Parse extensions and private-use as variants.John MacFarlane2017-06-26
* | | minor updates to vimwiki reader. (#3759)Yuchen Pei2017-06-26