aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Markdown reader: don't lose parentheses in URLs.John MacFarlane1-3/+7
2013-03-12Markdown reader: Handle unmatched double quotes in dialogues.John MacFarlane1-3/+8
2013-03-02Markdown reader: attribute parsing improvements.John MacFarlane1-14/+15
2013-03-02Check for tables before line blocks.John MacFarlane1-1/+1
2013-03-02Markdown reader: Allow spaces around borders in pipe tables.John MacFarlane1-1/+3
2013-02-28Markdown: allow ---- in angle-bracket autolinks.John MacFarlane1-2/+7
2013-02-21Make `implicit_header_references` work with explicit header ids.John MacFarlane1-16/+23
2013-02-15Allow `&` in emails (for entities).John MacFarlane1-1/+1
2013-02-15Markdown reader: litChar now includes entities.John MacFarlane1-4/+4
2013-02-12Markdown reader: Fix title block parsing.John MacFarlane1-1/+4
2013-02-12Markdown reader: Make backslash escape work in attributes.John MacFarlane1-9/+9
2013-02-12Markdown reader: Fixed bug parsing key/value attributes.John MacFarlane1-1/+1
2013-02-06Revert "Citation changes."John MacFarlane1-14/+8
2013-02-05Merge branch 'citations'John MacFarlane1-8/+14
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane1-1/+6
2013-02-03Citation changes.John MacFarlane1-8/+14
2013-02-02Removed unneeded blanklines in pipeTable parser.John MacFarlane1-1/+0
2013-01-28Fixed latex macro parsing.John MacFarlane1-1/+1
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane1-1/+2
2013-01-25Markdown reader: Simplified and sped up str parser.John MacFarlane1-15/+9
2013-01-25Changed copyright date range on Markdown reader.John MacFarlane1-1/+1
2013-01-25Minor code cleanup.John MacFarlane1-7/+6
2013-01-25Markdown reader: Moved guardEnabled to definitionList.John MacFarlane1-1/+1
2013-01-25Markdown reader: Performance improvement in str parser.John MacFarlane1-3/+6
2013-01-25Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane1-3/+3
2013-01-25Markdown reader: More efficient version of scanForPipe.John MacFarlane1-1/+5
2013-01-23Fixed regressions in fenced code blocks.John MacFarlane1-16/+6
2013-01-21Markdown reader: Try lhsCodeBlock before rawTeXBlock.John MacFarlane1-1/+1
2013-01-21Markdown reader: Fixed bug with headerless grid tables.John MacFarlane1-2/+2
2013-01-17Revert "Markdown reader: Be less restrictive about class attributes."John MacFarlane1-1/+1
2013-01-16Markdown reader: Be less restrictive about class attributes.John MacFarlane1-1/+1
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