index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
markdown-reader-more.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-12
Markdown reader: Improved parsing of indented code in list items.
John MacFarlane
1
-0
/
+16
2014-05-27
Markdown reader: inline math must have nonspace before final `$`.
John MacFarlane
1
-0
/
+4
2014-05-02
Fixed empty reference links. Closes #1186.
John MacFarlane
1
-0
/
+8
2013-06-19
Added a test for #833.
John MacFarlane
1
-0
/
+4
2013-03-13
Markdown reader: don't lose parentheses in URLs.
John MacFarlane
1
-0
/
+10
2013-02-21
Make `implicit_header_references` work with explicit header ids.
John MacFarlane
1
-0
/
+2
2013-02-15
Allow `&` in emails (for entities).
John MacFarlane
1
-0
/
+11
2013-01-27
Markdown/RST reader: Skip blank lines.
John MacFarlane
1
-3
/
+10
2013-01-21
Markdown reader: Fixed bug with headerless grid tables.
John MacFarlane
1
-0
/
+39
2013-01-13
Added tests for markdown line blocks and explicit header attributes.
John MacFarlane
1
-0
/
+15
2013-01-03
Added tests for implicit header references.
John MacFarlane
1
-0
/
+14
2012-01-02
Markdown reader: Fix parsing of consecutive lists.
John MacFarlane
1
-0
/
+10
2010-12-10
Markdown reader: Allow linebreaks in URLs (treat as spaces).
John MacFarlane
1
-1
/
+2
2010-12-06
Markdown reader: handle curly quotes better.
John MacFarlane
1
-0
/
+6
2010-12-05
Fix regression: markdown references should be case-insensitive.
John MacFarlane
1
-0
/
+10
2010-10-26
Added test for macros.
John MacFarlane
1
-0
/
+6
2010-07-12
Added tests for example lists.
John MacFarlane
1
-0
/
+9
2010-03-23
Added multilingual URL tests for markdown reader.
John MacFarlane
1
-0
/
+8
2010-03-06
Disallow blank lines in inline code span.
fiddlosopher
1
-0
/
+13
2010-02-28
Allow multi-line titles and authors in meta block.
fiddlosopher
1
-0
/
+6
2009-12-05
Markdown reader: Treat a backslash followed by a newline as hard linebreak.
fiddlosopher
1
-0
/
+5
2009-11-01
Properly handle commented-out list items in markdown.
fiddlosopher
1
-0
/
+8
2009-10-12
Fix inline math parser so that \$ is allowed in math.
fiddlosopher
1
-0
/
+4
2009-01-31
Gobble space after Plain blocks containing only raw html inline.
fiddlosopher
1
-0
/
+6
2008-11-01
Markdown reader: Allow blank space at end of horizontal rules.
fiddlosopher
1
-0
/
+6
2008-11-01
Markdown reader: cleaner handling of spaces in URLs.
fiddlosopher
1
-0
/
+13
2008-08-11
Parse raw ConTeXt environments as TeX in markdown reader.
fiddlosopher
1
-0
/
+11
2008-08-10
Allow newline before URL in markdown link references. Resolves Issue #81.
fiddlosopher
1
-0
/
+13