summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* TEI writer: remove heuristic to detect book templateAlbert Krewinkel2016-09-13
* Add --parts command line option to LaTeX writer.Oliver Matthews2016-09-06
* Org writer: drop space before footnote markersAlbert Krewinkel2016-10-17
* Markdown writer: Abstract out note/ref function.Jesse Rosenthal2016-10-13
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal2016-10-11
* Add ReaderT monad for environment variables.Jesse Rosenthal2016-10-11
* More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane2016-10-10
* Docx writer: Move one more env var to Reader monadJesse Rosenthal2016-10-05
* Docx writer: code legibility fixups.Jesse Rosenthal2016-10-05
* Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal2016-10-04
* Docx writer: move a couple more vars to ReaderTJesse Rosenthal2016-10-04
* Clean up commented-out codeJesse Rosenthal2016-10-03
* Remove bool on setRTL.Jesse Rosenthal2016-10-03
* Filter text/para props correctly.Jesse Rosenthal2016-10-03
* Add a boolean flag to the setRTL function.Jesse Rosenthal2016-10-03
* Test for "dir" metadata.Jesse Rosenthal2016-10-03
* Add setRTL and setLTR functions.Jesse Rosenthal2016-10-03
* Move more enviroment vars to Reader Monad.Jesse Rosenthal2016-10-03
* Add ReaderT env to the docx writer:Jesse Rosenthal2016-10-03
* EPUB writer: use stringify instead of plain writer for metadata.John MacFarlane2016-10-02
* AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane2016-10-02
* Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane2016-09-28
|\
| * LaTeX: Do not set [htbp] figure placement options.Vaclav Zeman2016-08-29
* | LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal2016-09-20
* | LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal2016-09-19
* | DocBook writer: include an anchor element when a div or span has an id.John MacFarlane2016-09-06
* | Remove Compat.MonoidJesse Rosenthal2016-09-02
* | Translate NARROW NO-BREAK SPACE into LaTeX.Vaclav Zeman2016-08-27
|/
* Man writer: allow section numbers that are not a single digit.John MacFarlane2016-08-27
* Org writer: translate language identifiersAlbert Krewinkel2016-08-20
* Org writer: ensure link targets are paths or URLsAlbert Krewinkel2016-08-18
* Org writer: ensure blank line after figureAlbert Krewinkel2016-08-18
* Org writer: remove blank line after figure captionAlbert Krewinkel2016-08-18
* Docx Writer: change dynamic style keyJesse Rosenthal2016-08-15
* Docx writer: Inject text properties as well.Jesse Rosenthal2016-08-15
* Docx Writer: Keep track of dynamic text props too.Jesse Rosenthal2016-08-15
* Docx writer: Allow dynamic styles on spans.Jesse Rosenthal2016-08-15
* Docx writer: Inject new paragraph propertiesJesse Rosenthal2016-08-15
* Docx Writer: Have state keep track of dynamic styles.Jesse Rosenthal2016-08-15
* Docx Writer: Implement user-defined styles.Jesse Rosenthal2016-08-13
* LaTeX writer: don't use * for unnumbered paragraph, subparagraph.John MacFarlane2016-08-06
* Fixed compiler warnings.John MacFarlane2016-07-14
* Docx Writer: Use actual creation time as doc propJesse Rosenthal2016-07-14
* Org writer: improve Div handlingAlbert Krewinkel2016-07-05
* Allow 'standout' as a beamer frame option.John MacFarlane2016-07-03
* 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