summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Don't use escaped line breaks in plain output.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_subscript/superscript/strikeout.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_definition_lists.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.John MacFarlane2012-08-02
* Made markdown reader sensitive to Ext_raw_tex.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_table_captions.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_pandoc_title_blocks.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_footnotes.John MacFarlane2012-08-02
* Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane2012-07-27
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* Markdown Use a nonzero space to prevent false recognition of list marker.John MacFarlane2012-05-19
* Markdown writer: Improved definition lists.John MacFarlane2012-05-16
* Mardkown writer: escape < and $.John MacFarlane2012-04-15
* Markdown writer: don't force delimited code blocks to be flush left.John MacFarlane2012-04-11
* Markdown writer: don't replace empty alt in image with "image".John MacFarlane2012-04-03
* Don't wrap headers in markdown or rst.John MacFarlane2012-02-08
* Don't let autolinks create reference links.John MacFarlane2012-01-31
* Finished implementing --atx-headers in markdown writer.John MacFarlane2012-01-27
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Shared: Removed unescapeURI, modified escapeURI.John MacFarlane2011-12-02
* Markdown writer: Use setext headers for levels 1-2.John MacFarlane2011-11-24
* Markdown writer: Insert HTML comment btw list and indented code block.John MacFarlane2011-06-06
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Adjusted writers to use "tex".John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Markdown writer: Avoid printing excess spaces at end if no notes/refs.John MacFarlane2011-01-20
* Markdown writer: blank line after delimited code block.John MacFarlane2011-01-06
* Markdown writer: Fixed bug in Image.John MacFarlane2010-12-26
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* 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
* Added new prettyprinting module.John MacFarlane2010-12-17
* Added option to write citation markup in markdown writer.Nathan Gass2010-12-13
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane2010-07-11
|\
| * Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* | Allow language-neutral table captions.John MacFarlane2010-07-06
* | Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane2010-07-05
* | Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane2010-06-30
* | Made KeyTable a map instead of an association list.John MacFarlane2010-05-08
|/
* Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* Added plain writer.fiddlosopher2010-03-18
* Use template variables for include-before/after.fiddlosopher2010-03-13
* Markdown writer: proper support for headerless tables.fiddlosopher2010-03-10