aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.native
AgeCommit message (Expand)AuthorFilesLines
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-5/+5
2013-08-10Updated tests for new Format.John MacFarlane1-5/+5
2013-06-19Added a test for #833.John MacFarlane1-1/+3
2013-03-13Markdown reader: don't lose parentheses in URLs.John MacFarlane1-1/+5
2013-02-21Make `implicit_header_references` work with explicit header ids.John MacFarlane1-2/+3
2013-02-15Allow `&` in emails (for entities).John MacFarlane1-1/+6
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane1-1/+7
2013-01-21Markdown reader: Fixed bug with headerless grid tables.John MacFarlane1-1/+52
2013-01-15Revised URI parser.John MacFarlane1-1/+1
2013-01-14Parsing: Fixed uri -- escape unicode URLs.John MacFarlane1-1/+1
2013-01-13Added tests for markdown line blocks and explicit header attributes.John MacFarlane1-1/+5
2013-01-09Added Attr field to Header.John MacFarlane1-20/+20
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+1
2013-01-03Added tests for implicit header references.John MacFarlane1-1/+7
2012-08-01Major rewrite of markdown reader.John MacFarlane1-10/+10
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane1-1/+1
2012-01-02Markdown reader: Fix parsing of consecutive lists.John MacFarlane1-1/+11
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane1-3/+3
2011-01-26Add support for attributes in inline Code.John MacFarlane1-5/+5
2011-01-26Updated tests.John MacFarlane1-1/+2
2011-01-26Distinguish latex & context environments; blank line after in writers.John MacFarlane1-2/+2
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-4/+4
2011-01-20Updated tests for new native format.John MacFarlane1-52/+49
2011-01-06pandoc: Add newline to output unless standalone.John MacFarlane1-0/+1
2010-12-10Markdown reader: Allow linebreaks in URLs (treat as spaces).John MacFarlane1-1/+1
2010-12-06Markdown reader: handle curly quotes better.John MacFarlane1-1/+4
2010-12-05Fix regression: markdown references should be case-insensitive.John MacFarlane1-1/+5
2010-11-09Allow HTML comments as inline elements in markdown.John MacFarlane1-2/+2
2010-10-26Added test for macros.John MacFarlane1-1/+3
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+0
2010-07-12Added tests for example lists.John MacFarlane1-1/+9
2010-03-23Added multilingual URL tests for markdown reader.John MacFarlane1-1/+5
2010-03-06Disallow blank lines in inline code span.fiddlosopher1-1/+7
2010-02-28Allow multi-line titles and authors in meta block.fiddlosopher1-1/+1
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher1-1/+1
2010-02-27Markdown reader: properly escape URIs.fiddlosopher1-2/+2
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-1/+1
2009-12-05Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher1-1/+3
2009-11-29Markdown reader: Use + rather than %20 for spaces in URLs.fiddlosopher1-2/+2
2009-11-01Properly handle commented-out list items in markdown.fiddlosopher1-1/+5
2009-10-12Fix inline math parser so that \$ is allowed in math.fiddlosopher1-1/+3
2009-01-31Gobble space after Plain blocks containing only raw html inline.fiddlosopher1-1/+4
2008-11-01Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher1-1/+4
2008-11-01Markdown reader: cleaner handling of spaces in URLs.fiddlosopher1-1/+4
2008-08-11Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher1-1/+4
2008-08-10Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher1-0/+5