summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Markdown writer: Use grid tables when needed, and if enabled.John MacFarlane2013-02-28
* Revert "Citation changes."John MacFarlane2013-02-06
* Citation changes.John MacFarlane2013-02-03
* Markdown writer: Set title, author, date variables as before.John MacFarlane2013-01-28
* Markdown writer: Use autolink when link text matches url.John MacFarlane2013-01-26
* Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane2013-01-16
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes.John MacFarlane2013-01-12
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Implemented --toc-depth for markdown writer.John MacFarlane2013-01-05
* Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane2012-09-25
* Markdown writer: Made sensitive to Ext_hard_line_breaks.John MacFarlane2012-09-15
* Implemented Ext_backtick_code_blocks.John MacFarlane2012-08-21
* Added Ext_fenced_code_attributes.John MacFarlane2012-08-21
* Changed nomenclature, delimited -> fenced code blocks.John MacFarlane2012-08-21
* Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane2012-08-12
* Implemented tex_math extensions in markdown writer.John MacFarlane2012-08-11
* Implemented Ext_markdown_attribute in markdown writer.John MacFarlane2012-08-11
* Changes to literate haskell options.John MacFarlane2012-08-08
* Markdown writer: Tables now sensitive to table extension options.John MacFarlane2012-08-05
* Started making markdown table writer sensitive to options.John MacFarlane2012-08-05
* 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