aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-20Odt reader: replaced collectRights with rights from Data.Either.John MacFarlane
2017-06-20Text.Pandoc.Templates: change type of renderTemplate'.John MacFarlane
2017-06-20Text.Pandoc.Error: added PandocTemplateError.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-20Updated code example.John MacFarlane
2017-06-20Text.Pandoc.Lua - added DeriveDataTypeable for ghc 7.8.John MacFarlane
2017-06-20Lua: use registry to store function referencesAlbert Krewinkel
2017-06-20Lua: apply hslint suggestionsAlbert Krewinkel
2017-06-20Removed redundant import.John MacFarlane
2017-06-20App: issue proper errors instead of using 'error'.John MacFarlane
2017-06-20Text.Pandoc.Lua: throw LuaException instead of using 'error'.John MacFarlane
2017-06-20Muse reader: check that headers start at the first column (#3749)Alexander Krotov
2017-06-20Docbook, JATS, TEI writers: print INFO message when omitting interior header.John MacFarlane
2017-06-20FB2 writer: don't fail with an error on interior headers (e.g. in list).John MacFarlane
2017-06-20Fixed footnotes in table captions.John MacFarlane
2017-06-19Tracing: give less misleading line information with parseWithString.John MacFarlane
2017-06-19Vimwiki reader: adjusted for changes in trace.John MacFarlane
2017-06-19Separated tracing from logging.John MacFarlane
2017-06-19Muse reader: fix list item continuation parsing (#3747)Alexander Krotov
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei
2017-06-19Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane
2017-06-19Add Muse reader (#3620)Alexander Krotov
2017-06-18Use revealjs's math plugin for mathjax.John MacFarlane
2017-06-18In producing PDFs, warn if the font is missing some characters.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-12Merge branch 'master' into textcolor-supportschrieveslaach
2017-06-12Changed "extracting..." warning to a regular log message.John MacFarlane
2017-06-12Markdown writer: don't allow soft break in header.John MacFarlane
2017-06-11Don't allow backslash + newline to affect block structure.John MacFarlane
2017-06-11Properly decode source from stdin.John MacFarlane
2017-06-11Rewrote HTML reader to use Text throughout.John MacFarlane
2017-06-11Support for \faCheck and \faClose (#3727)schrieveslaach
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-10Writers.Shared: metaToJSON, generalized type so it can take a Text.John MacFarlane
2017-06-10Writers: changed StringWriter -> TextWriter.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-06-10Readers: Changed StringReader -> TextReader.John MacFarlane
2017-06-10UTF8: export fromText, fromTextLazy.John MacFarlane
2017-06-10App: change readSource(s) to use Text instead of String.John MacFarlane
2017-06-10UTF8: export toText, toTextLazy.John MacFarlane
2017-06-10Rewrote convertTabs to use Text not String.John MacFarlane
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel
2017-06-03Org reader: apply hlint suggestionsAlbert Krewinkel
2017-06-02hlint suggestions.John MacFarlane
2017-06-02Fixed keywords in docx writer.John MacFarlane
2017-06-02Merge pull request #3719 from iandol/patch-2John MacFarlane
2017-06-02Fixed HTML reader.John MacFarlane
2017-06-02Add keywords metadata to docx document propertiesIan
2017-06-01HTML reader: Use sets instead of lists for block tag lookup.John MacFarlane
2017-06-01HTML reader: Removed "button" from block tag list.John MacFarlane