aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2013-02-06Revert "Citation changes."John MacFarlane1-3/+1
2013-02-03Citation changes.John MacFarlane1-1/+3
2013-01-28Markdown writer: Set title, author, date variables as before.John MacFarlane1-0/+3
2013-01-26Markdown writer: Use autolink when link text matches url.John MacFarlane1-3/+3
2013-01-16Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane1-0/+2
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-0/+3
2013-01-12Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes.John MacFarlane1-13/+23
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-2/+2
2013-01-05Implemented --toc-depth for markdown writer.John MacFarlane1-7/+7
2012-09-25Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane1-4/+4
2012-09-15Markdown writer: Made sensitive to Ext_hard_line_breaks.John MacFarlane1-4/+8
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane1-6/+14
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane1-2/+4
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane1-3/+3
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane1-6/+29
2012-08-11Implemented tex_math extensions in markdown writer.John MacFarlane1-4/+18
2012-08-11Implemented Ext_markdown_attribute in markdown writer.John MacFarlane1-2/+19
2012-08-08Changes to literate haskell options.John MacFarlane1-6/+3
2012-08-05Markdown writer: Tables now sensitive to table extension options.John MacFarlane1-21/+42
2012-08-05Started making markdown table writer sensitive to options.John MacFarlane1-32/+49
2012-08-02Don't use escaped line breaks in plain output.John MacFarlane1-1/+3
2012-08-02Made markdown writer sensitive to Ext_subscript/superscript/strikeout.John MacFarlane1-3/+9
2012-08-02Made markdown writer sensitive to Ext_definition_lists.John MacFarlane1-8/+13
2012-08-02Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.John MacFarlane1-1/+5
2012-08-02Made markdown reader sensitive to Ext_raw_tex.John MacFarlane1-2/+3
2012-08-02Made markdown writer sensitive to Ext_table_captions.John MacFarlane1-1/+1
2012-08-02Made markdown writer sensitive to Ext_pandoc_title_blocks.John MacFarlane1-1/+2
2012-08-02Made markdown writer sensitive to Ext_footnotes.John MacFarlane1-4/+10
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane1-16/+20
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-20/+20
2012-07-20Use Parser as type synonym for Parsec.John MacFarlane1-1/+1
2012-07-20Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane1-2/+1
2012-07-20Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane1-2/+2
2012-05-19Markdown Use a nonzero space to prevent false recognition of list marker.John MacFarlane1-1/+1
2012-05-16Markdown writer: Improved definition lists.John MacFarlane1-2/+2
2012-04-15Mardkown writer: escape < and $.John MacFarlane1-1/+1
2012-04-11Markdown writer: don't force delimited code blocks to be flush left.John MacFarlane1-1/+1
2012-04-03Markdown writer: don't replace empty alt in image with "image".John MacFarlane1-3/+3
2012-02-08Don't wrap headers in markdown or rst.John MacFarlane1-1/+2
2012-01-31Don't let autolinks create reference links.John MacFarlane1-1/+1
2012-01-27Finished implementing --atx-headers in markdown writer.John MacFarlane1-2/+5
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+0
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane1-2/+1
2011-11-24Markdown writer: Use setext headers for levels 1-2.John MacFarlane1-11/+9
2011-06-06Markdown writer: Insert HTML comment btw list and indented code block.John MacFarlane1-1/+13
2011-01-26Add support for attributes in inline Code.John MacFarlane1-20/+28
2011-01-26Adjusted writers to use "tex".John MacFarlane1-2/+3