summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* 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
* Added support for MetaBool.John MacFarlane2013-08-06
* Markdown atx headers: Allow `.` or `)` after `#` if no `fancy_lists`.John MacFarlane2013-07-29
* Markdown reader: Improved strong/emph parsing.John MacFarlane2013-07-20
* Added `ignore_line_breaks` markdown extension.John MacFarlane2013-07-17
* Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane2013-07-02
* Markdown reader: Better error messages for yaml headers.John MacFarlane2013-07-02
* Markdown reader: Ignore fields ending with _ in YAML headers.John MacFarlane2013-07-01
* Emit warning instead of failing on invalid YAML header.John MacFarlane2013-07-01
* Use new flexible metadata type.John MacFarlane2013-06-24
* Markdown reader: Check for blank lines first in blocks.John MacFarlane2013-06-19
* Properly handle blank line at beginning of input.John MacFarlane2013-06-19
* Improved code readability.John MacFarlane2013-06-19
* Markdown reader: fixed bug in unmatched reference links.John MacFarlane2013-06-19
* Markdown reader: Allow internal `+` in citation identifiers.John MacFarlane2013-05-13