summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Use new flexible metadata type.John MacFarlane2013-06-24
* Markdown writer: Don't wrap attributes in fenced code blocks.John MacFarlane2013-06-11
* Markdown/RST writers: Only autolink absolute URIs.John MacFarlane2013-04-14
* Markdown writer: Put multiple authors on separate lines in titleblock.John MacFarlane2013-04-08
* Allow simple tables to be printed as grid tables.John MacFarlane2013-03-28
* Markdown writer: New approach for citations.John MacFarlane2013-03-17
* Markdown writer: Omit bibliography when `citations` enabled.John MacFarlane2013-03-17
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* Fixed spacing bugs involving code block attributes.John MacFarlane2013-03-11
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane2013-03-07
* 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