summaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.native
Commit message (Expand)AuthorAge
* Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
* Markdown reader: added bracket syntax for native spans.John MacFarlane2016-09-28
* Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane2016-04-10
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Updated tests for link attribute changes.mb212015-08-07
* Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* Fixed regression in charsInBalancedBrackets.John MacFarlane2015-05-13
* Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane2015-02-25
* Don't treat a citation as a reference link label.John MacFarlane2014-12-15
* HTML writer: Make header attributes work outside top level.John MacFarlane2014-10-23
* Parsing: fixed `inlineMath` so it handles `\text{..}` containing `$`.John MacFarlane2014-10-19
* Markdown reader: Better handle quote characters in inline links.John MacFarlane2014-08-14
* Markdown reader: Improved parsing of indented code in list items.John MacFarlane2014-08-12
* Markdown reader: inline math must have nonspace before final `$`.John MacFarlane2014-05-27
* Fixed empty reference links. Closes #1186.John MacFarlane2014-05-02
* Updated tests for latest texmath.John MacFarlane2014-01-07
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
* Updated tests for new Format.John MacFarlane2013-08-10
* 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
* Revised URI parser.John MacFarlane2013-01-15
* Parsing: Fixed uri -- escape unicode URLs.John MacFarlane2013-01-14
* Added tests for markdown line blocks and explicit header attributes.John MacFarlane2013-01-13
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Added tests for implicit header references.John MacFarlane2013-01-03
* 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