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
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