summaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
Commit message (Collapse)AuthorAge
* textile redcloth definition listspaul.rivier2010-12-09
|
* Textile reader: better treatment of acronyms.John MacFarlane2010-12-09
| | | | | We now parse PBS(Public Broadcasting System) as if it were "PBS (Public Broadcasting System)".
* Textile reader: Implemented footnotes.John MacFarlane2010-12-08
|
* Moved smartPunctuation from Markdown to Parsing.John MacFarlane2010-12-07
| | | | | + Parameterized smartPunctuation on an inline parser. + Handle smartPunctuation in Textile reader.
* Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane2010-12-07
|
* Textile reader: added hrule parser.John MacFarlane2010-12-03
|
* Textile reader: drop leading, trailing newline in pre block.John MacFarlane2010-12-03
| | | | This is consistent with how the other readers work.
* Textile reader: updated test suite to include raw HTML.John MacFarlane2010-12-03
|
* punctuation handling, and more html-specific handlingpaul.rivier2010-12-03
|
* html inlines and html blocks handling in textile readerPaul Rivier2010-12-03
|
* textile reader now ignores html/css attributesPaul Rivier2010-12-03
|
* fix autolink by promoting it in the parser list, fix table parabreakPaul Rivier2010-12-03
|
* more support for Textile reader (explicit links, images), tests and cabal ↵Paul Rivier2010-12-03
entries