summaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.txt
Commit message (Expand)AuthorAge
* 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