summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* Muse reader: remove commented out codeAlexander Krotov2018-01-19
* Muse reader: parse Emacs Muse directives without parseFromStringAlexander Krotov2018-01-19
* Muse reader: parse link text without parseFromStringAlexander Krotov2018-01-19
* Muse reader: simplify tableParseCaptionAlexander Krotov2018-01-19
* Muse reader: parse definition list terms without parseFromStringAlexander Krotov2018-01-19
* Muse reader: do not remove trailing whitespace from <code>Alexander Krotov2018-01-19
* Powerpoint writer: Implement syntax highlightingJesse Rosenthal2018-01-18
* Clean up T.P.W.OOXML file, and add copyright.Jesse Rosenthal2018-01-18
* Powerpoint writer: Make our own docProps/core.xml file.Jesse Rosenthal2018-01-18
* Powerpoint writer: Add docProps to Presentation datatype.Jesse Rosenthal2018-01-18
* Muse reader: fix parsing of code at the beginning of paragraphAlexander Krotov2018-01-18
* Muse reader: refactor definition list parsingAlexander Krotov2018-01-18
* Muse reader: parse "~~" as non-breaking space in Text::Amuse modeAlexander Krotov2018-01-18
* Muse reader: refactor list parsingAlexander Krotov2018-01-18
* Muse reader: code cleanupAlexander Krotov2018-01-18
* Powerpoint writer: Link notes to endnotes slide.Jesse Rosenthal2018-01-17
* Powerpoint writer: Use more specific slide id names.Jesse Rosenthal2018-01-17
* Powerpoint writer: Use slideids to simplify code.Jesse Rosenthal2018-01-17
* Powerpoint writer: Revamp slide typeJesse Rosenthal2018-01-17
* Markdown reader: don't coalesce adjacent raw LaTeX blocks...John MacFarlane2018-01-17
* Powerpoint writer: Change reference to notesSlide to endNotesSlideJesse Rosenthal2018-01-17
* Powerpoint writer: Move image sizing into picProps.Jesse Rosenthal2018-01-17
* ImageSize: add derived Eq instance to DimensionJesse Rosenthal2018-01-17
* Markdown writer: fix cell width calculation.John MacFarlane2018-01-16
* Merge pull request #4271 from dotlambda/lstinline-ampersandJohn MacFarlane2018-01-16
|\
| * LaTeX writer: escape & in lstinlineRobert Schütz2018-01-16
* | Docx reader: Parse hyperlinks in instrText tagsJesse Rosenthal2018-01-16
* | Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal2018-01-16
* | Docx reader: Parse fldChar tagsJesse Rosenthal2018-01-16
|/
* HTML reader: Fix col width parsing for percentages < 10% (#4262)n3fariox2018-01-15
* ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke2018-01-15
* Powerpoint writer: Improve table placement.Jesse Rosenthal2018-01-15
* Powerpoint writer: Make our own _rels/.rels file.Jesse Rosenthal2018-01-15
* Powerpoint writer: Import reference-doc images properly.Jesse Rosenthal2018-01-15
* Renaming: Json -> JSON in modules and functions.John MacFarlane2018-01-15
* Merge pull request #4227 from tarleb/lua-run-json-filterJohn MacFarlane2018-01-15
|\
| * Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel2018-01-13
| * Move filter functions to separate moduleAlbert Krewinkel2018-01-13
* | Powerpoint writer: Move Presentation.hs out of PandocMonadJesse Rosenthal2018-01-15
* | Powerpoint writer: Ignore anchor links to nowehere.Jesse Rosenthal2018-01-15
* | Powerpoint writer: Fix anchor links.Jesse Rosenthal2018-01-14
* | RST reader: add aligned environment when needed in math.John MacFarlane2018-01-14
* | Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane2018-01-14
* | LaTeX reader: Advance source position at end of stream.John MacFarlane2018-01-14
* | Powerpoint writer: Refactor into separate modules.Jesse Rosenthal2018-01-14
* | Powerpoint writer: Avoid overlapping blocks in column output.Jesse Rosenthal2018-01-14
* | Powerpoint writer: Position images correctly in two-column layout.Jesse Rosenthal2018-01-14
* | Powerpoint writer: Make content shape retrieval environment-awareJesse Rosenthal2018-01-14
* | LaTeX reader: pass through macro defs in rawLaTeXBlock...John MacFarlane2018-01-13
* | LaTeX reader: fixed pos calculation in tokenizing escaped space.John MacFarlane2018-01-13