summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* Fixed regression in charsInBalancedBrackets.John MacFarlane2015-05-13
* Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane2015-05-03
* Fixed regression with lists inside defintiion lists.John MacFarlane2015-04-26
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Rewrote charsInBalancedBrackets.John MacFarlane2015-04-19
* MD Reader: Fix links/footnotets after citationsNikolay Yakimov2015-04-20
* Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane2015-04-18
* Markdown definition lists: don't require indent for first line.John MacFarlane2015-04-18
* MD Reader: Smart `'` after inline mathNikolay Yakimov2015-04-18
* Markdown Reader: eliminate common subexpressionsJulien Cretel2015-04-07
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\
| * Change return type of Markdown readerMatthew Pickering2015-02-18
| * Factor out "returnState" into Parsing moduleMatthew Pickering2015-02-18
| * HLint changesMatthew Pickering2015-02-18
| * Remove F Monad from Markdown readerMatthew Pickering2015-02-18
* | Markdown Reader: Require nonempty value in mmd title blockNikolay Yakimov2015-03-28
* | Markdown Reader: Req. " " after key in mmd title blockNikolay Yakimov2015-03-28
* | Markdown Reader: Disable meta exts for meta valuesNikolay Yakimov2015-03-28
* | Allow pipe tables with header but no body.John MacFarlane2015-03-23
* | Fix accidently usage of list monad instanceMatthew Pickering2015-03-23
* | Add missing importMatthew Pickering2015-03-22
* | Factor out "returnState" into Parsing moduleMatthew Pickering2015-03-22
* | HLint changesMatthew Pickering2015-03-22
* | Remove F Monad from Markdown readerMatthew Pickering2015-03-22
* | Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\ \
| * | Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | | Fixed pipe tables -- headerless tables are not allowed.John MacFarlane2015-03-07
|/ /
* / Markdown reader: check for tex macros after indented code.John MacFarlane2015-02-25
|/
* Don't treat a citation as a reference link label.John MacFarlane2014-12-15
* expose warnings from RST reader; refactorDaniel Bergey2014-12-12
* RST Reader: Warn about skipped directivesDaniel Bergey2014-12-08
* Merge pull request #1645 from neongreen/issue1636John MacFarlane2014-11-12
|\
| * Fix 'Ext_lists_without_preceding_blankline' bug.Artyom2014-09-26
* | Markdown reader: allow `startnum` to work without `fancy_lists`.John MacFarlane2014-10-18
|/
* Markdown reader: better handling of paragraph in div.John MacFarlane2014-08-31
* Markdown reader: Better handle quote characters in inline links.John MacFarlane2014-08-14
* Markdown reader: Improved parsing of indented code in list items.John MacFarlane2014-08-12
* Added `native_divs` and `native_spans` extensions.John MacFarlane2014-08-08
* Fix behavior of `markdown_attribute` extension.John MacFarlane2014-07-20
* Markdown reader: Fixed small bug in HTML parsing with markdown_attribute.John MacFarlane2014-07-20
* Markdown reader: revised definition list syntax (closes #1429).John MacFarlane2014-07-20
* Removed redundant clause in markdown parser.John MacFarlane2014-07-16
* Use renderTags' for all tag rendering.John MacFarlane2014-07-13
* Removed (>>~) functionMatthew Pickering2014-07-11
* Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012.John MacFarlane2014-07-10
* Markdown reader: Fixed regression with intraword underscores.John MacFarlane2014-07-10
* Markdown reader: Slight rewrite of enclosure/emphOrStrong code.John MacFarlane2014-07-10
* Revamped raw HTML block parsing in markdown.John MacFarlane2014-07-07
* Markdown reader: Combine consecutive latex environments.John MacFarlane2014-06-23