aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Markdown Reader: eliminate common subexpressionsJulien Cretel1-2/+5
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-32/+40
2015-03-28Markdown Reader: Require nonempty value in mmd title blockNikolay Yakimov1-0/+1
2015-03-28Markdown Reader: Req. " " after key in mmd title blockNikolay Yakimov1-1/+4
2015-03-28Markdown Reader: Disable meta exts for meta valuesNikolay Yakimov1-1/+6
2015-03-23Allow pipe tables with header but no body.John MacFarlane1-1/+1
2015-03-23Fix accidently usage of list monad instanceMatthew Pickering1-1/+1
2015-03-22Add missing importMatthew Pickering1-1/+1
2015-03-22Factor out "returnState" into Parsing moduleMatthew Pickering1-8/+1
2015-03-22HLint changesMatthew Pickering1-82/+76
2015-03-22Remove F Monad from Markdown readerMatthew Pickering1-313/+306
2015-03-15Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane1-0/+1
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov1-0/+1
2015-03-07Fixed pipe tables -- headerless tables are not allowed.John MacFarlane1-5/+3
2015-02-25Markdown reader: check for tex macros after indented code.John MacFarlane1-3/+3
2015-02-18Change return type of Markdown readerMatthew Pickering1-25/+33
2015-02-18Factor out "returnState" into Parsing moduleMatthew Pickering1-8/+1
2015-02-18HLint changesMatthew Pickering1-82/+76
2015-02-18Remove F Monad from Markdown readerMatthew Pickering1-312/+307
2014-12-15Don't treat a citation as a reference link label.John MacFarlane1-3/+4
2014-12-12expose warnings from RST reader; refactorDaniel Bergey1-5/+1
2014-12-08RST Reader: Warn about skipped directivesDaniel Bergey1-6/+0
2014-11-12Merge pull request #1645 from neongreen/issue1636John MacFarlane1-2/+9
2014-10-18Markdown reader: allow `startnum` to work without `fancy_lists`.John MacFarlane1-2/+2
2014-09-26Fix 'Ext_lists_without_preceding_blankline' bug.Artyom1-2/+9
2014-08-31Markdown reader: better handling of paragraph in div.John MacFarlane1-0/+7
2014-08-14Markdown reader: Better handle quote characters in inline links.John MacFarlane1-2/+4
2014-08-12Markdown reader: Improved parsing of indented code in list items.John MacFarlane1-25/+42
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane1-2/+2
2014-07-20Fix behavior of `markdown_attribute` extension.John MacFarlane1-4/+15
2014-07-20Markdown reader: Fixed small bug in HTML parsing with markdown_attribute.John MacFarlane1-3/+4
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane1-23/+38
2014-07-16Removed redundant clause in markdown parser.John MacFarlane1-2/+1
2014-07-13Use renderTags' for all tag rendering.John MacFarlane1-1/+1
2014-07-11Removed (>>~) functionMatthew Pickering1-4/+4
2014-07-10Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012.John MacFarlane1-0/+5
2014-07-10Markdown reader: Fixed regression with intraword underscores.John MacFarlane1-10/+16
2014-07-10Markdown reader: Slight rewrite of enclosure/emphOrStrong code.John MacFarlane1-6/+8
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-42/+47
2014-06-23Markdown reader: Combine consecutive latex environments.John MacFarlane1-2/+4
2014-06-20Markdown reader: Support smallcaps through span.John MacFarlane1-1/+6
2014-06-20Markdown reader: Prevent spurious line breaks after list items.John MacFarlane1-1/+2
2014-06-16Small improvement to fix to #1333.John MacFarlane1-4/+1
2014-06-16Markdown reader: fixed #1333 (table parsing bug).John MacFarlane1-5/+6
2014-05-27Markdown reader: Handle `c++` and `objective-c` as language identifiersJohn MacFarlane1-1/+8
2014-05-14Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel1-14/+0
2014-05-14Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel1-8/+3
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-05-04Fixed the fix to #1154.John MacFarlane1-1/+1
2014-05-04Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane1-0/+1