aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Implemented Ext_link_attributes in markdown reader.John MacFarlane1-31/+26
2013-01-16Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane1-4/+22
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane1-1/+1
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-6/+16
2013-01-14Removed some cruft.John MacFarlane1-10/+0
2013-01-13Markdown reader: Support RST-style line blocks.John MacFarlane1-1/+13
2013-01-10Implemented Ext_header_attributes.John MacFarlane1-12/+20
2013-01-10Ext_header_identifiers -> Ext_auto_identifiers.John MacFarlane1-1/+1
2013-01-09Added Attr field to Header.John MacFarlane1-8/+14
2013-01-08Added / to the list of letters that can occur in a citation key.John MacFarlane1-1/+1
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-2/+2
2013-01-04Markdown reader: Warn about duplicate note references.John MacFarlane1-1/+6
2013-01-04Markdown reader: Warn about duplicate link references.John MacFarlane1-1/+12
2013-01-04Markdown reader: Export readMarkdownWithWarnings.John MacFarlane1-1/+14
2013-01-03Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane1-143/+163
2012-10-21Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane1-16/+14
2012-10-15LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane1-14/+16
2012-10-13Moved bibliography processing into readers.John MacFarlane1-3/+8
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane1-9/+9
2012-09-29Markdown reader: Worked around some sepBy's.John MacFarlane1-8/+11
2012-09-27Shared: Export compactify', formerly in Markdown reader.John MacFarlane1-21/+7
2012-09-27Removed Ext_monospace_autolinks.John MacFarlane1-6/+2
2012-09-27Added Ext_autolink_urls.John MacFarlane1-0/+9
2012-09-27Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane1-1/+1
2012-09-22Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane1-8/+12
2012-09-12Added basic mediawiki reader.John MacFarlane1-2/+0
2012-09-12Export 'nested' in Parsing.John MacFarlane1-12/+0
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane1-15/+23
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane1-4/+6
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane1-4/+4
2012-08-19Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane1-4/+15
2012-08-15Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane1-3/+9
2012-08-15Tweaks on markdown="1" handling.John MacFarlane1-14/+22
2012-08-13Markdown: Prevent parse failure on HTML blocks with -raw_html.John MacFarlane1-1/+2
2012-08-12Added Ext_raw_html extension.John MacFarlane1-3/+6
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane1-3/+25
2012-08-11Mardkown reader: Implemented Ext_markdown_attribute.John MacFarlane1-14/+23
2012-08-11Revert "Implemented Ext_markdown_attribute."John MacFarlane1-10/+1
2012-08-11Implemented Ext_markdown_attribute.John MacFarlane1-1/+10
2012-08-10Implemented Ext_tex_math_single_backslash, Ext_tex_math_double_backslash.John MacFarlane1-20/+28
2012-08-10Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane1-2/+2
2012-08-10Markdown: Allow pipe tables created by emacs orgtbl-mode to work.John MacFarlane1-4/+8
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+1
2012-08-07Markdown reader: Modified to use Builder from pandoc-types 1.10.*.John MacFarlane1-5/+3
2012-08-06Support hard_line_breaks markdown extension.John MacFarlane1-1/+2
2012-08-05Started making markdown table writer sensitive to options.John MacFarlane1-1/+1
2012-08-04Markdown reader: look for raw html/latex blocks before tables.John MacFarlane1-2/+2
2012-08-02Markdown reader: Import <> from Text.Pandoc.Builder.John MacFarlane1-2/+2
2012-08-02Made F a newtype, moved definitions to Parser.John MacFarlane1-20/+14