aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-5/+12
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-4/+4
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+3
2013-07-02Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane1-4/+4
2013-07-02Markdown writer: Changed condition for rendering title block.John MacFarlane1-4/+3
2013-07-02Write full metadata in MMD style title blocks.John MacFarlane1-7/+23
2013-07-01Markdown writer: Commas are okay in plain yaml scalars.John MacFarlane1-1/+1
2013-07-01Markdown writer: Render yaml title block fields in alpha order.John MacFarlane1-2/+3
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-7/+5
2013-07-01Improvements to yaml title block writer.John MacFarlane1-24/+37
2013-07-01Revert "Markdown writer: Don't include variables in metadata."John MacFarlane1-41/+35
2013-07-01Markdown writer: Don't include variables in metadata.John MacFarlane1-35/+41
2013-06-30Markdown writer: Support yaml title block.John MacFarlane1-8/+30
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-3/+3
2013-06-24Use new flexible metadata type.John MacFarlane1-21/+26
2013-06-11Markdown writer: Don't wrap attributes in fenced code blocks.John MacFarlane1-2/+2
2013-04-14Markdown/RST writers: Only autolink absolute URIs.John MacFarlane1-1/+3
2013-04-08Markdown writer: Put multiple authors on separate lines in titleblock.John MacFarlane1-1/+1
2013-03-28Allow simple tables to be printed as grid tables.John MacFarlane1-11/+14
2013-03-17Markdown writer: New approach for citations.John MacFarlane1-14/+4
2013-03-17Markdown writer: Omit bibliography when `citations` enabled.John MacFarlane1-2/+12
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane1-2/+1
2013-03-11Fixed spacing bugs involving code block attributes.John MacFarlane1-1/+1
2013-03-09LaTeX reader: citation handling changes.John MacFarlane1-1/+2
2013-03-07Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane1-1/+1
2013-02-28Markdown writer: Use grid tables when needed, and if enabled.John MacFarlane1-1/+31
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