summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Markdown writer: Fixed bug in Image.John MacFarlane2010-12-26
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* ODT writer: Don't wrap text in opendocument.John MacFarlane2010-12-22
* Texinfo writer: Updated to use Pretty.John MacFarlane2010-12-22
* Man writer: updated to use Pretty.John MacFarlane2010-12-22
* OpenDocument writer: Updated to use Pretty.John MacFarlane2010-12-21
* Docbook writer: Updated to use Pretty.John MacFarlane2010-12-21
* Shared: Made splitBy take a test instead of an element.John MacFarlane2010-12-21
* Markdown writer: use \ for newline instead of two spaces at eol.John MacFarlane2010-12-20
* Markdown writer: Use delimited code block if there are attributes.John MacFarlane2010-12-20
* Plain writer: set stateStrictMarkdown automatically.John MacFarlane2010-12-20
* ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane2010-12-20
* LaTeX writer: A bit of code polish.John MacFarlane2010-12-19
* LaTeX writer: Modified to use Pretty.John MacFarlane2010-12-19
* LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers.John MacFarlane2010-12-18
* Added new prettyprinting module.John MacFarlane2010-12-17
* Use top-level header at end as bibliography title for natbib and biblatex out...Nathan Gass2010-12-15
* Remove punctuation at start of suffix for natbib and biblatex output.Nathan Gass2010-12-15
* Support multiple bibliography files with natbib and biblatex output.Nathan Gass2010-12-15
* Added option to write citation markup in markdown writer.Nathan Gass2010-12-13
* Added support to write natbib or biblatex citations in latex output.Nathan Gass2010-12-13
* Org writer: Minor changes to documentation header.John MacFarlane2010-12-05
* Added tests.Puneeth Chaganti2010-12-04
* Added Org-mode writerPuneeth Chaganti2010-12-04
* removed support for textile Inserted constructPaul Rivier2010-12-03
* Basic Textile Readerpaul.rivier2010-12-03
* OpenDocument writer: don't print raw TeX.John MacFarlane2010-11-27
* LaTeX writer: Escape curly quotes.John MacFarlane2010-11-27
* Merge branch 'textile'John MacFarlane2010-11-27
|\
| * Use [] for superscripts and subscripts in textile writer.John MacFarlane2010-11-27
| * Fixed spacing problems in textile nested lists.John MacFarlane2010-11-27
| * Added Textile writer module.John MacFarlane2010-05-17
* | --mathjax: Use mathjax with raw latex rather than mathml.John MacFarlane2010-10-31
* | Added support for MathJax for displaying math in HTML.John MacFarlane2010-10-26
* | LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane2010-10-24
* | gladTeX HTML - specify ENV for display or inline.John MacFarlane2010-08-01
* | Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane2010-07-22
* | Improved cutUp function, removed extra </div>John MacFarlane2010-07-22
* | Moved s5 writing from S5 module to HTML.John MacFarlane2010-07-22
* | Extended --offline to s5.John MacFarlane2010-07-22
* | Slidy writer: Avoid spurious blank page.John MacFarlane2010-07-22
* | Made spacing at end of output more consistent.John MacFarlane2010-07-20
* | Slidy writer: create new slide at every level 1 header.John MacFarlane2010-07-18
* | Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane2010-07-16
* | Added --section-divs option.John MacFarlane2010-07-15
* | Added --webtex option for HTML math.John MacFarlane2010-07-15
* | Improved handling of code in man writer.John MacFarlane2010-07-14
* | Code cleanup, S5 writer.John MacFarlane2010-07-14
* | Improved Slidy writer.John MacFarlane2010-07-13
* | Added a slidy writer.John MacFarlane2010-07-13