summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Lua: register script name in global variableAlbert Krewinkel2018-02-24
* Muse reader: allow single colon in definition list termAlexander Krotov2018-02-24
* Docx reader: code cleanup.Jesse Rosenthal2018-02-23
* Docx reader: simplify custom-style reading code.Jesse Rosenthal2018-02-23
* Docx reader: Don't look up dependant run styles if +styles is enabled.Jesse Rosenthal2018-02-23
* Muse writer: don't indent nested definition listsAlexander Krotov2018-02-23
* Docx writer: trim trailing whitespace.Jesse Rosenthal2018-02-23
* Docx writer: fix #3930laptop1\Andrew2018-02-23
* Muse reader: improve verse parsingAlexander Krotov2018-02-23
* Export improved sepBy1 from Text.Pandoc.ParsingAlexander Krotov2018-02-23
* Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal2018-02-22
* Docx reader: Move pandoc inline styling inside custom-style spanJesse Rosenthal2018-02-22
* Docx reader: Avoid repeated spans in custom styles.Jesse Rosenthal2018-02-22
* Docx reader: read custom stylesJesse Rosenthal2018-02-22
* Extensions: Add Ext_stylesJesse Rosenthal2018-02-22
* LaTeX writer: Put hypertarget inside figure environment.John MacFarlane2018-02-21
* LaTeX writer: Fix image height with percentage.John MacFarlane2018-02-21
* Org reader: allow changing emphasis syntaxAlbert Krewinkel2018-02-21
* Muse reader: replace setState with updateState where possibleAlexander Krotov2018-02-21
* Muse reader: fix compiler warningJesse Rosenthal2018-02-20
* Powerpoint writer: Use ph name and idx for getting layout shapesJesse Rosenthal2018-02-20
* Muse reader: use updateState instead of setState to restore museInLinkAlexander Krotov2018-02-20
* Powerpoint writer: Add notesMaster to presentation.xml if necessaryJesse Rosenthal2018-02-19
* Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags readerAlexander Krotov2018-02-19
* Powerpoint writer: Another attempt at avoiding compiler warnings.Jesse Rosenthal2018-02-18
* Powerpoint writer: fix compiler complaints.Jesse Rosenthal2018-02-18
* Powerpoint writer: separate SpeakerNotes paragraphs with empy parJesse Rosenthal2018-02-18
* Powerpoint writer: Ignore links and (end)notes in speaker notes.Jesse Rosenthal2018-02-18
* Powerpoint writer: Output speaker notes.Jesse Rosenthal2018-02-18
* Powerpoint writer: modify speaker notes in presentation.xmlJesse Rosenthal2018-02-18
* Powerpoint writer: Read speaker note templates conditionallyJesse Rosenthal2018-02-18
* Powerpoint writer: Move notes slides into data tree.Jesse Rosenthal2018-02-18
* Powerpoint writer: Read notes into powerpoint Presentatation type.Jesse Rosenthal2018-02-18
* Powerpoint writer: Change references to Notes to SpeakerNotesJesse Rosenthal2018-02-18
* EMF Image size support (#4375)Andrew Pritchard2018-02-18
* LaTeX reader: Fixed comments inside citations. Closes #4374.John MacFarlane2018-02-17
* Markdown writer: properly escape @ to avoid capture as citation.John MacFarlane2018-02-16
* Make image size detection for PDFs more robust.John MacFarlane2018-02-16
* TEI writer: more attribute fixes.John MacFarlane2018-02-16
* TEI writer: Use 'xml:id', not 'id' attribute.John MacFarlane2018-02-16
* Muse reader: prioritize lists with roman numerals over alphabetical listsAlexander Krotov2018-02-16
* Docx reader: Pick table width from the longest row or headerdanse2018-02-15
* Muse reader: fix directive parsingAlexander Krotov2018-02-15
* Muse writer: use unicode quotes for quoted textAlexander Krotov2018-02-15
* AsciiDoc writer: do not output implicit heading IDsAlexander Krotov2018-02-13
* Muse reader: remove listItemContents functionAlexander Krotov2018-02-13
* Muse reader: hlintAlexander Krotov2018-02-13
* Muse reader: parse definition lists with multiple descriptionsAlexander Krotov2018-02-13
* Muse reader: parse next list item before parsing more item contentsAlexander Krotov2018-02-13
* Muse reader: refactor to avoid reparsingAlexander Krotov2018-02-12