aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2015-11-13Added `emoji` extension to Markdown.John MacFarlane1-0/+17
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-30Pipe tables with long lines now get relative cell widths.John MacFarlane1-13/+20
2015-10-26Markdown reader: improved parser for `mmd_title_block`.John MacFarlane1-9/+8
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-3/+1
2015-09-25Markdown reader: handle 'id' and 'class' in parsing key/value attrs.John MacFarlane1-1/+5
2015-07-27Pipe tables: allow indented columns.John MacFarlane1-1/+3
2015-07-25Merge pull request #1689 from kuribas/masterJohn MacFarlane1-3/+9
2015-07-23Updated tests and removed a skipSpaces....John MacFarlane1-1/+0
2015-07-23Markdown Reader: Skip spaces in headersOphir Lifshitz1-0/+2
2015-07-14Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane1-0/+2
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane1-11/+23
2015-05-13Fixed regression in charsInBalancedBrackets.John MacFarlane1-1/+2
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane1-0/+1
2015-04-26Fixed regression with lists inside defintiion lists.John MacFarlane1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-19Rewrote charsInBalancedBrackets.John MacFarlane1-12/+15
2015-04-20MD Reader: Fix links/footnotets after citationsNikolay Yakimov1-2/+16
2015-04-18Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane1-326/+345
2015-04-18Markdown definition lists: don't require indent for first line.John MacFarlane1-2/+4
2015-04-18MD Reader: Smart `'` after inline mathNikolay Yakimov1-1/+2
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-10-14Use '=' instead of '#' for atx-style headers in markdown+lhs.Kristof Bastiaensen1-3/+9
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