summaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.native
Commit message (Expand)AuthorAge
* Major rewrite of markdown reader.John MacFarlane2012-08-01
* Complete rewrite of LaTeX reader.John MacFarlane2012-02-04
* Markdown reader: Fix parsing of consecutive lists.John MacFarlane2012-01-02
* Shared: Removed unescapeURI, modified escapeURI.John MacFarlane2011-12-02
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Updated tests.John MacFarlane2011-01-26
* Distinguish latex & context environments; blank line after in writers.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Updated tests for new native format.John MacFarlane2011-01-20
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
* 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
* Allow HTML comments as inline elements in markdown.John MacFarlane2010-11-09
* Added test for macros.John MacFarlane2010-10-26
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* 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
* Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher2010-02-28
* Markdown reader: properly escape URIs.fiddlosopher2010-02-27
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher2009-12-05
* Markdown reader: Use + rather than %20 for spaces in URLs.fiddlosopher2009-11-29
* 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