aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane1-2/+6
2017-04-22Add siunitx Support (#3588)schrieveslaach1-0/+17
2017-04-18Lua: drop useless filter function type parameterAlbert Krewinkel1-28/+20
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel1-1/+1
2017-04-16Read image size of Inkscape SVGs (#3580)schrieveslaach1-4/+4
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel1-1/+1
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel1-66/+46
2017-04-15Small fix to error reporting in App.John MacFarlane1-4/+2
2017-04-15Avoid parsing "Notes:**" as a bare URI.John MacFarlane1-0/+2
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane3-7/+9
2017-04-15Fixed shadowing warningsJohn MacFarlane1-5/+5
2017-04-15Docx reader: removed readDocxWithWarnings (API change).John MacFarlane1-9/+1
2017-04-15App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane1-16/+16
2017-04-15Error: Added PandocFilterError.John MacFarlane2-8/+7
2017-04-15Error: Added PandocPDFErrorJohn MacFarlane2-1/+3
2017-04-15Text.Pandoc.Error: added new constructors.John MacFarlane2-9/+13
2017-04-15Revised error message for pandoc -t pdf.John MacFarlane1-4/+4
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel1-14/+26
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel1-3/+23
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel1-106/+122
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel1-80/+19
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel4-156/+165
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel4-131/+151
2017-04-14Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel1-2/+2
2017-04-14Lua filter: use destructured functions for block filtersAlbert Krewinkel1-17/+23
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel2-19/+15
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel1-37/+102
2017-04-14Push inlines via lua constructors and constantsAlbert Krewinkel1-41/+29
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel2-32/+150
2017-04-12Lua filter: use destructured functions for inline filtersAlbert Krewinkel1-33/+58
2017-04-14s/safed/saved/Alexander Krotov1-1/+1
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane1-9/+37
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel2-27/+156
2017-04-10Docx writer: don't take "distArchive" from datadir.John MacFarlane1-2/+3
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel1-36/+47
2017-04-06Lua filter: Improve block filter performanceAlbert Krewinkel1-7/+44
2017-04-06Lua filter: Improve inline filter performanceAlbert Krewinkel1-7/+73
2017-04-04Use lua registry instead of named globalsAlbert Krewinkel1-5/+11
2017-04-06Ms writer: wider indents for lists.John MacFarlane1-5/+6
2017-04-06Allow raw latex commands starting with `\start` in Markdown.John MacFarlane1-1/+2
2017-04-05Ms writer: respect text wrapping options.John MacFarlane1-1/+6
2017-04-04Ms writer improvements:John MacFarlane1-4/+3
2017-04-04Ms writer: ensure that @ is escaped in URIs.John MacFarlane1-1/+5
2017-04-04Error: Added PandocOptionError.John MacFarlane2-1/+3
2017-04-04Add original classes to JS obfuscated links (#3554)Timm Albers1-1/+4
2017-04-03Add class to footnote back referencesTimm Albers1-1/+1
2017-04-03Include \VerbatimFootnotes for highlighted code blocksTimm Albers1-2/+5
2017-04-03Removed unused import.John MacFarlane1-1/+0
2017-04-03Merge pull request #3550 from tarleb/lua-readers-submoduleJohn MacFarlane3-30/+150
2017-04-02Make sure docx/_rels/.rels gets into data files.John MacFarlane1-1/+5