summaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
AgeCommit message (Collapse)Author
2012-09-06Fixed footnotes bug in textile.John MacFarlane
This affected notes occuring before punctuation, e.g. `foo[1].`. Closes #518.
2012-08-25Added (failing) test case for #518.John MacFarlane
2012-07-13Textile 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-29Textile reader: fix for `<notextile>` and `==`.paul.rivier
Closes #517.
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier
2012-04-17Textile reader quick clean-up and added support for LaTeX blocks and inlines.paul.rivier
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-07-10Textile reader: Make it possible to have colons after links.Christoffer Sawicki
2011-01-26Add support for attributes in inline Code.John MacFarlane
Additional related changes: * URLs in Code in autolinks now use class "url". * Require highlighting-kate 0.2.8.2, which omits the final <br/> tag, essential for inline code.
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
The old TeX, HtmlInline and RawHtml elements have been removed and replaced by generic RawInline and RawBlock elements. All modules updated to use the new raw elements.
2011-01-23Textile 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-23Textile reader: Support <tt> for inline code.John MacFarlane
2011-01-23Textile reader: Added code blocks with bc.John MacFarlane
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane
2011-01-20Updated tests for new native format.John MacFarlane
2010-12-09textile redcloth definition listspaul.rivier
2010-12-09Textile reader: better treatment of acronyms.John MacFarlane
We now parse PBS(Public Broadcasting System) as if it were "PBS (Public Broadcasting System)".
2010-12-08Textile reader: Implemented footnotes.John MacFarlane
2010-12-07Moved smartPunctuation from Markdown to Parsing.John MacFarlane
+ Parameterized smartPunctuation on an inline parser. + Handle smartPunctuation in Textile reader.
2010-12-07Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane
2010-12-03Textile reader: added hrule parser.John MacFarlane
2010-12-03Textile reader: drop leading, trailing newline in pre block.John MacFarlane
This is consistent with how the other readers work.
2010-12-03Textile reader: updated test suite to include raw HTML.John MacFarlane
2010-12-03punctuation handling, and more html-specific handlingpaul.rivier
2010-12-03html inlines and html blocks handling in textile readerPaul Rivier
2010-12-03textile reader now ignores html/css attributesPaul Rivier
2010-12-03fix autolink by promoting it in the parser list, fix table parabreakPaul Rivier
2010-12-03more support for Textile reader (explicit links, images), tests and cabal ↵Paul Rivier
entries