summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane2016-04-10
* Markdown reader: Improved pipe table parsing.John MacFarlane2016-03-09
* Markdown reader: Clean up pipe table parsing.John MacFarlane2016-03-09
* Markdown reader: allow `+` separators in pipe table cells.John MacFarlane2016-03-09
* Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane2016-03-09
* Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane2016-02-21
* Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane2016-02-04
* Markdown reader: renormalize table column widths if they exceed 100%.John MacFarlane2016-01-07
* Markdown reader: fixed parsing bug with macros.John MacFarlane2015-12-19
* Implemented `east_asian_line_breaks` extension.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Markdown reader: parse soft break as SoftBreak.John MacFarlane2015-12-11
* Markdown reader: Improved pipe table relative widths.John MacFarlane2015-12-03
* Allow pipe tables with no body rows.John MacFarlane2015-11-24
* Renamed link attribute extensions.John MacFarlane2015-11-19
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Added `emoji` extension to Markdown.John MacFarlane2015-11-13
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Pipe tables with long lines now get relative cell widths.John MacFarlane2015-10-30
* | Markdown reader: improved parser for `mmd_title_block`.John MacFarlane2015-10-26
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | Markdown reader: handle 'id' and 'class' in parsing key/value attrs.John MacFarlane2015-09-25
* | Pipe tables: allow indented columns.John MacFarlane2015-07-27
* | Merge pull request #1689 from kuribas/masterJohn MacFarlane2015-07-25
|\ \ | |/ |/|
| * Use '=' instead of '#' for atx-style headers in markdown+lhs.Kristof Bastiaensen2014-10-14
* | Updated tests and removed a skipSpaces....John MacFarlane2015-07-23
* | Markdown Reader: Skip spaces in headersOphir Lifshitz2015-07-23
* | Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane2015-07-14
* | 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