summaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.txt
Commit message (Expand)AuthorAge
* Markdown reader: inline math must have nonspace before final `$`.John MacFarlane2014-05-27
* Fixed empty reference links. Closes #1186.John MacFarlane2014-05-02
* Added a test for #833.John MacFarlane2013-06-19
* Markdown reader: don't lose parentheses in URLs.John MacFarlane2013-03-13
* Make `implicit_header_references` work with explicit header ids.John MacFarlane2013-02-21
* Allow `&` in emails (for entities).John MacFarlane2013-02-15
* Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21
* Added tests for markdown line blocks and explicit header attributes.John MacFarlane2013-01-13
* Added tests for implicit header references.John MacFarlane2013-01-03
* Markdown reader: Fix parsing of consecutive lists.John MacFarlane2012-01-02
* Markdown reader: Allow linebreaks in URLs (treat as spaces).John MacFarlane2010-12-10
* Markdown reader: handle curly quotes better.John MacFarlane2010-12-06
* Fix regression: markdown references should be case-insensitive.John MacFarlane2010-12-05
* Added test for macros.John MacFarlane2010-10-26
* Added tests for example lists.John MacFarlane2010-07-12
* Added multilingual URL tests for markdown reader.John MacFarlane2010-03-23
* Disallow blank lines in inline code span.fiddlosopher2010-03-06
* Allow multi-line titles and authors in meta block.fiddlosopher2010-02-28
* Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher2009-12-05
* Properly handle commented-out list items in markdown.fiddlosopher2009-11-01
* Fix inline math parser so that \$ is allowed in math.fiddlosopher2009-10-12
* Gobble space after Plain blocks containing only raw html inline.fiddlosopher2009-01-31
* Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher2008-11-01
* Markdown reader: cleaner handling of spaces in URLs.fiddlosopher2008-11-01
* Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher2008-08-11
* Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher2008-08-10