summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* 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
* Markdown reader: Support smallcaps through span.John MacFarlane2014-06-20
* Markdown reader: Prevent spurious line breaks after list items.John MacFarlane2014-06-20
* Small improvement to fix to #1333.John MacFarlane2014-06-16
* Markdown reader: fixed #1333 (table parsing bug).John MacFarlane2014-06-16
* Markdown reader: Handle `c++` and `objective-c` as language identifiersJohn MacFarlane2014-05-27
* Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel2014-05-14
* Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel2014-05-14
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Fixed the fix to #1154.John MacFarlane2014-05-04
* Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane2014-05-04
* Fixed empty reference links. Closes #1186.John MacFarlane2014-05-02
* Markdown reader: Make one-column pipe tables work.John MacFarlane2014-05-01
* Render numbers in YAML metadata without decimals when possible.John MacFarlane2014-04-24
* Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel2014-04-19
* Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
* Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane2014-03-24
* Markdown reader: Improved parsing of nested divs.John MacFarlane2014-02-26
* Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane2014-02-26
* Markdown reader: small efficiency improvement.John MacFarlane2014-02-26
* Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2014-02-25
* Fixed bug in reference link parsing in markdown_mmd.John MacFarlane2014-02-21
* Slight code reorganization in endline.John MacFarlane2014-02-04
* Markdown parser: be more permissive about citation keys.John MacFarlane2014-01-09
* Markdown reader: Allow hard line breaks in table cells.John MacFarlane2014-01-07
* HLint: use fromMaybeHenry de Valence2013-12-19
* HLint: redundant parensHenry de Valence2013-12-19
* HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* Properly handle script blocks in strict mode.John MacFarlane2013-12-15
* Markdown reader: Fixed regression in title blocks.John MacFarlane2013-12-12