Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-10 | Textile reader: Make it possible to have colons after links. | Christoffer Sawicki | 1 | -0/+1 | |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -1/+1 | |
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-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -6/+6 | |
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-23 | Textile reader: Fixed bug (swallowed p at beginning of paragraph). | John MacFarlane | 1 | -0/+1 | |
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 | 1 | -0/+1 | |
2011-01-23 | Textile reader: Added code blocks with bc. | John MacFarlane | 1 | -0/+1 | |
2011-01-21 | Make sure native output ends in newline with --standalone. | John MacFarlane | 1 | -1/+1 | |
2011-01-20 | Updated tests for new native format. | John MacFarlane | 1 | -149/+144 | |
2010-12-09 | textile redcloth definition lists | paul.rivier | 1 | -0/+14 | |
2010-12-09 | Textile reader: better treatment of acronyms. | John MacFarlane | 1 | -1/+1 | |
We now parse PBS(Public Broadcasting System) as if it were "PBS (Public Broadcasting System)". | |||||
2010-12-08 | Textile reader: Implemented footnotes. | John MacFarlane | 1 | -2/+4 | |
2010-12-07 | Moved smartPunctuation from Markdown to Parsing. | John MacFarlane | 1 | -8/+8 | |
+ Parameterized smartPunctuation on an inline parser. + Handle smartPunctuation in Textile reader. | |||||
2010-12-07 | Textile reader: implemented acronyms, (tm), (r), (c). | John MacFarlane | 1 | -1/+7 | |
2010-12-03 | Textile reader: added hrule parser. | John MacFarlane | 1 | -1/+1 | |
2010-12-03 | Textile reader: drop leading, trailing newline in pre block. | John MacFarlane | 1 | -2/+2 | |
This is consistent with how the other readers work. | |||||
2010-12-03 | Textile reader: updated test suite to include raw HTML. | John MacFarlane | 1 | -6/+6 | |
2010-12-03 | punctuation handling, and more html-specific handling | paul.rivier | 1 | -35/+33 | |
2010-12-03 | html inlines and html blocks handling in textile reader | Paul Rivier | 1 | -1/+15 | |
2010-12-03 | textile reader now ignores html/css attributes | Paul Rivier | 1 | -1/+14 | |
2010-12-03 | fix autolink by promoting it in the parser list, fix table parabreak | Paul Rivier | 1 | -19/+2 | |
2010-12-03 | more support for Textile reader (explicit links, images), tests and cabal ↵ | Paul Rivier | 1 | -0/+120 | |
entries |