summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Org.hs
Commit message (Expand)AuthorAge
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov2017-03-01
* Do not strip # from Org anchor linksAlexander Krotov2017-02-12
* Org writer: reduce to two spaces after bulletsAlbert Krewinkel2017-02-04
* Org.hs: remove misleading commentAlexander Krotov2017-02-02
* Reduce state in Org writer (#3404)Alexander Krotov2017-02-01
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Org writer: prefix footnote numbers with `fn:`Albert Krewinkel2016-12-21
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Org writer: drop space before footnote markersAlbert Krewinkel2016-10-17
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* 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
* Org writer: improve Div handlingAlbert Krewinkel2016-07-05
* Org writer: support arbitrary raw inlinesAlbert Krewinkel2016-06-13
* Org writer: add drawer capabilityCarlos Sosa2016-05-23
* Org reader/writer: use CUSTOM_ID in propertiesAlbert Krewinkel2016-05-22
* Org writer: add :PROPERTIES: drawer supportAlbert Krewinkel2016-05-20
* Org writer: print empty table rowsAlbert Krewinkel2016-05-09
* Org writer - pass through RawInline with format "org".John MacFarlane2016-01-13
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Org Writer: Write anchor elementsMatthew Pickering2014-08-08
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Org writer: Fix output for linebreaksAlbert Krewinkel2014-04-12
* HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Don't include empty captions in figures.John MacFarlane2012-08-04
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Org writer: Add space before language name.John MacFarlane2012-05-29