summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Org writer: improve Div handlingAlbert Krewinkel2016-07-05
* Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane2016-07-03
|\
| * Org reader: support headline levels export settingAlbert Krewinkel2016-07-03
| * Org reader: put export setting parser into moduleAlbert Krewinkel2016-07-02
| * Org reader: support archived trees export optionsAlbert Krewinkel2016-07-01
| * Org reader: refactor comment tree handlingAlbert Krewinkel2016-07-01
| * Org reader: parse as headlines, convert to blocksAlbert Krewinkel2016-07-01
| * Org reader: improve tag and properties type safetyAlbert Krewinkel2016-07-01
* | Odt reader: Removed redundant Monoid constraints.John MacFarlane2016-07-03
* | Fix warning for parseURl import.John MacFarlane2016-07-03
* | CPP workaround for deprecation of parseUrl in http-client.John MacFarlane2016-07-03
* | Allow 'standout' as a beamer frame option.John MacFarlane2016-07-03
* | LaTeX reader: strip off double quotes around image source if present.John MacFarlane2016-07-01
* | LaTeX writer: don't URI-escape image source.John MacFarlane2016-07-01
* | ZimWiki writer: removed commented out code that confused Haddock.John MacFarlane2016-07-01
|/
* Added Zim Wiki writer, template and tests.Alex Ivkin2016-06-30
* Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal2016-07-01
* Writers: treat SoftBreak as space for strippingJesse Rosenthal2016-07-01
* LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane2016-06-29
* Merge pull request #3001 from tarleb/org-figure-labelJohn MacFarlane2016-06-26
|\
| * Org reader: support figure labelsAlbert Krewinkel2016-06-26
* | Textile reader: Fix overly aggressive interpretation as images.John MacFarlane2016-06-25
* | Fixed RST links with no explicit link text.John MacFarlane2016-06-25
* | Make --webtex work with the Markdown writer.John MacFarlane2016-06-24
* | Process markdown extensions on command line in L->R order.John MacFarlane2016-06-23
|/
* Textile reader: fixed attributes.John MacFarlane2016-06-23
* Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane2016-06-23
* Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal2016-06-23
* docx reader: enable warnings in top-level readerJesse Rosenthal2016-06-23
* Docx reader: add simple comment functionality.Jesse Rosenthal2016-06-23
* Shared: Add BlockQuote to blocksToInlinesJesse Rosenthal2016-06-23
* Shared: introduce blocksToInlines functionJesse Rosenthal2016-06-23
* Merge pull request #2992 from tarleb/org-partial-functionsJohn MacFarlane2016-06-22
|\
| * Org reader: remove partial functionsAlbert Krewinkel2016-06-21
* | HTML writer: Better support for raw LaTeX environments.John MacFarlane2016-06-22
|/
* Changed email-obfuscation default to no obfuscation.John MacFarlane2016-06-20
* Org reader: support arbitrary raw inlinesAlbert Krewinkel2016-06-13
* Org writer: support arbitrary raw inlinesAlbert Krewinkel2016-06-13
* Docbook writer: Declare xlink namespace in Docbook5 outputIvo Clarysse2016-06-07
* Org reader: add support for "Berkeley-style" citesAlbert Krewinkel2016-06-05
* Org reader: add semicolon to list of special charsAlbert Krewinkel2016-06-05
* Org reader: support special strings export optionAlbert Krewinkel2016-06-03
* Org reader: support emphasized text export optionAlbert Krewinkel2016-06-03
* Org reader: support smart quotes export optionAlbert Krewinkel2016-06-03
* Org reader: drop unused field from parser stateAlbert Krewinkel2016-06-02
* Org reader: undo code duplicationAlbert Krewinkel2016-06-02
* Merge pull request #2950 from tarleb/org-ref-supportJohn MacFarlane2016-05-31
|\
| * Org reader: support org-ref style citationsAlbert Krewinkel2016-05-27
* | Merge pull request #2954 from tarleb/org-export-blocksJohn MacFarlane2016-05-31
|\ \
| * | Org reader: support new syntax for export blocksAlbert Krewinkel2016-05-29