index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Tests
/
Readers
/
Markdown.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-22
Fixed over-eager raw HTML inline parsing.
John MacFarlane
1
-0
/
+3
2015-10-11
Percent-encode more special characters in URLs.
John MacFarlane
1
-2
/
+4
2015-07-23
Updated tests and removed a skipSpaces....
John MacFarlane
1
-6
/
+6
2015-07-23
Markdown Reader: Add basic tests for each header style
Ophir Lifshitz
1
-0
/
+10
2015-07-23
Markdown Reader: Add implicit header ref tests for headers with spaces
Ophir Lifshitz
1
-0
/
+20
2015-07-21
Fix regression: allow HTML comments containing `--`.
John MacFarlane
1
-0
/
+3
2015-07-14
Markdown reader: don't allow bare URI links or autolinks in link label.
John MacFarlane
1
-1
/
+12
2015-07-14
Improved bare autolink detection.
John MacFarlane
1
-0
/
+4
2015-07-10
Avoid parsing partial URLs as HTML tags.
John MacFarlane
1
-0
/
+3
2015-05-03
Make sure a closing `</div>` doesn't get included in a defn list item.
John MacFarlane
1
-0
/
+4
2015-04-26
Fixed regression with lists inside defintiion lists.
John MacFarlane
1
-0
/
+3
2015-04-20
MD Reader: Tests for links/footnotes after citations
Nikolay Yakimov
1
-0
/
+41
2015-04-18
Added test case for #2062.
John MacFarlane
1
-0
/
+3
2015-04-18
Markdown definition lists: don't require indent for first line.
John MacFarlane
1
-0
/
+3
2015-04-17
More principled fix for #1820.
John MacFarlane
1
-0
/
+3
2015-04-17
Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanum
John MacFarlane
1
-0
/
+22
2015-04-18
MD Reader: Test for smart `'` after inline math
Nikolay Yakimov
1
-0
/
+3
2015-02-18
Update tests
Matthew Pickering
1
-6
/
+7
2015-02-18
Allow digit as first character of a citation key.
Matthias C. M. Troffaes
1
-0
/
+22
2014-12-14
Fixe autolinks with following punctuation.
John MacFarlane
1
-0
/
+5
2014-09-26
Fix 'Ext_lists_without_preceding_blankline' bug.
Artyom
1
-0
/
+12
2014-08-31
Markdown reader: better handling of paragraph in div.
John MacFarlane
1
-2
/
+2
2014-07-20
Markdown reader: revised definition list syntax (closes #1429).
John MacFarlane
1
-0
/
+41
2014-07-10
Added failing test for issue #1121.
John MacFarlane
1
-0
/
+2
2014-07-07
Added test for issue #1330.
John MacFarlane
1
-0
/
+6
2014-07-07
Reorganized some markdown tests.
John MacFarlane
1
-11
/
+9
2014-07-07
Revamped raw HTML block parsing in markdown.
John MacFarlane
1
-1
/
+1
2014-05-04
Added test for #1154.
John MacFarlane
1
-0
/
+9
2013-12-19
HLint: redundant parens
Henry de Valence
1
-2
/
+2
2013-11-22
Fixed bug with intraword emphasis.
John MacFarlane
1
-0
/
+5
2013-09-01
Markdown reader: Don't autolink a bare URI that is followed by `</a>`.
John MacFarlane
1
-1
/
+4
2013-06-19
Added test for #882.
John MacFarlane
1
-0
/
+5
2013-01-23
Eliminated use of TH in test suite.
John MacFarlane
1
-1
/
+1
2013-01-15
Changed Ext_autolink_urls -> Ext_autolink_bare_uris.
John MacFarlane
1
-1
/
+1
2013-01-15
Added lots of tests for bare URIs.
John MacFarlane
1
-0
/
+91
2012-09-22
Markdown reader: Fixed link parser to avoid exponential slowdowns.
John MacFarlane
1
-0
/
+2
2012-09-22
LaTeX reader: Added a 'try' in rawLaTeXBlock.
John MacFarlane
1
-0
/
+4
2012-08-08
Changes to literate haskell options.
John MacFarlane
1
-1
/
+3
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-1
/
+1
2012-07-26
Moved tests to tests/, modified cabal file so lib isn't recompiled.
John MacFarlane
1
-0
/
+107
2011-01-29
Moved tests to src.
John MacFarlane
1
-29
/
+0
2011-01-26
Added Tests.Readers.Markdown.
John MacFarlane
1
-0
/
+29