index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
textile-reader.textile
Age
Commit message (
Collapse
)
Author
2012-08-25
Added (failing) test case for #518.
John MacFarlane
2012-07-13
Textile reader: properly handle links with surrounding brackets.
John MacFarlane
Square brackets need to be used when the link isn't surrounded by spaces or punctuation, or when the URL ending may be ambiguous. Closes #564.
2012-05-29
Textile reader: fix for `<notextile>` and `==`.
paul.rivier
Closes #517.
2012-04-24
textile reader improvements : better conformance to RedCloth Textile inlines
paul.rivier
2012-04-17
Textile reader quick clean-up and added support for LaTeX blocks and inlines.
paul.rivier
2011-07-10
Textile reader: Make it possible to have colons after links.
Christoffer Sawicki
2011-01-23
Textile reader: Fixed bug (swallowed p at beginning of paragraph).
John MacFarlane
The problem was a missing 'try' in the maybeExplicitBlock parser. Test case, a paragraph beginning with 'p', has been added.
2011-01-23
Textile reader: Support <tt> for inline code.
John MacFarlane
2011-01-23
Textile reader: Added code blocks with bc.
John MacFarlane
2010-12-09
textile redcloth definition lists
paul.rivier
2010-12-08
Textile reader: Implemented footnotes.
John MacFarlane
2010-12-07
Textile reader: implemented acronyms, (tm), (r), (c).
John MacFarlane
2010-12-03
punctuation handling, and more html-specific handling
paul.rivier
2010-12-03
html inlines and html blocks handling in textile reader
Paul Rivier
2010-12-03
textile reader now ignores html/css attributes
Paul Rivier
2010-12-03
fix autolink by promoting it in the parser list, fix table parabreak
Paul Rivier
2010-12-03
more support for Textile reader (explicit links, images), tests and cabal ↵
Paul Rivier
entries