summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* 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
* Another small performance improvement.John MacFarlane2013-12-07
* Small performance improvement in list parsing.John MacFarlane2013-12-07
* Markdown reader: Fixed bug with literal `</div>` in lists.John MacFarlane2013-12-07
* HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* Stop parsing "list lines" when we hit a block tag.John MacFarlane2013-12-04
* Fixed bug with intraword emphasis.John MacFarlane2013-11-22
* Markdown reader: Correctly handle empty bullet list items.John MacFarlane2013-11-03
* Markdown reader: Yaml block must start immediately after `---`.John MacFarlane2013-10-29
* Markdown reader: unresolved citations fall back to original text.John MacFarlane2013-09-14
* Markdown: don't parse citation right after alphanumeric.John MacFarlane2013-09-09
* markdown+list_without_preceding_blankline:+Interpret text before list as para...John MacFarlane2013-09-08
* Markdown: Allow backtick code blocks not to be preceded by blank line.John MacFarlane2013-09-08
* Added `lists_without_preceding_blankline` extension.John MacFarlane2013-09-07
* Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane2013-09-01
* Factored out registerHeader from markdown reader, added to Parsing.John MacFarlane2013-09-01
* Removed dependency on citeproc-hs.John MacFarlane2013-08-24
* Create Cite element even if no matching reference in the biblio.John MacFarlane2013-08-20
* Allow multiple YAML metadata blocks in document.John MacFarlane2013-08-18
* Markdown reader: Parse span, div tags as Span, Div elements.John MacFarlane2013-08-17
* Markdown reader: Don't generate blank title, author, date elements.John MacFarlane2013-08-17
* Allow YAML title blocks to contain only comments.John MacFarlane2013-08-07