Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-14 | Make `raw_tex` extension non-default for textile reader, writer. | John MacFarlane | 1 | -11/+0 | |
Enable `raw_tex` extension in textile writer. Closes #1532. | |||||
2014-08-11 | Textile reader: list and HTML block parsing improvements. | John MacFarlane | 1 | -0/+6 | |
Closes #1513. Lists can now start without an intervening blank line. Also, html block-level tags that don't start a line are parsed as RawInline and don't interrupt paragraphs, as in RedCloth. | |||||
2014-08-08 | Textile reader: fixed list parsing bug. Closes #1500. | John MacFarlane | 1 | -0/+6 | |
2014-04-01 | Tests updated to reflect changes to readers. | Matthew Pickering | 1 | -3/+3 | |
Previously normalisation was handled by the `normalizeSpaces` function. The behavoir of the builder monoid is slightly different and melds together more items such as consecutive strings and spaces adjacent to line breaks. The tests have been changed to reflect this. All relevant tests passed when the string melding line of the builder monoid was commented out. | |||||
2013-06-11 | Textile reader: Correctly handle entities. | John MacFarlane | 1 | -0/+5 | |
2013-02-16 | Textile reader: Handle attributes on headers. | John MacFarlane | 1 | -1/+1 | |
Includes `[lang]`, `(class #id)`, `{color:red}` styles. | |||||
2012-11-06 | Textile reader/writer: Fixed autolinks. | John MacFarlane | 1 | -1/+1 | |
Previously the textile reader and writer incorrectly implented RST-style autolinks for URLs and email addresses. This has been fixed. Now an autolink is done this way: "$":http://myurl.com | |||||
2012-10-13 | Textile reader: Fixed bug with list items containing line breaks. | John MacFarlane | 1 | -0/+6 | |
Now pandoc correctly handles hard line breaks inside list items. Previously they broke list parsing. Thanks to Pablo Rodríguez for pointing out the problem. | |||||
2012-10-05 | Textile reader: Implemented comment blocks. | John MacFarlane | 1 | -0/+7 | |
2012-08-25 | Added (failing) test case for #518. | John MacFarlane | 1 | -1/+3 | |
2012-07-13 | Textile reader: properly handle links with surrounding brackets. | John MacFarlane | 1 | -0/+2 | |
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 | 1 | -0/+11 | |
Closes #517. | |||||
2012-04-24 | textile reader improvements : better conformance to RedCloth Textile inlines | paul.rivier | 1 | -2/+3 | |
2012-04-17 | Textile reader quick clean-up and added support for LaTeX blocks and inlines. | paul.rivier | 1 | -0/+11 | |
2011-07-10 | Textile reader: Make it possible to have colons after links. | Christoffer Sawicki | 1 | -0/+2 | |
2011-01-23 | Textile reader: Fixed bug (swallowed p at beginning of paragraph). | John MacFarlane | 1 | -0/+2 | |
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/+2 | |
2011-01-23 | Textile reader: Added code blocks with bc. | John MacFarlane | 1 | -0/+3 | |
2010-12-09 | textile redcloth definition lists | paul.rivier | 1 | -0/+10 | |
2010-12-08 | Textile reader: Implemented footnotes. | John MacFarlane | 1 | -0/+7 | |
2010-12-07 | Textile reader: implemented acronyms, (tm), (r), (c). | John MacFarlane | 1 | -0/+12 | |
2010-12-03 | punctuation handling, and more html-specific handling | paul.rivier | 1 | -13/+15 | |
2010-12-03 | html inlines and html blocks handling in textile reader | Paul Rivier | 1 | -0/+15 | |
2010-12-03 | textile reader now ignores html/css attributes | Paul Rivier | 1 | -0/+12 | |
2010-12-03 | fix autolink by promoting it in the parser list, fix table parabreak | Paul Rivier | 1 | -7/+2 | |
2010-12-03 | more support for Textile reader (explicit links, images), tests and cabal ↵ | Paul Rivier | 1 | -0/+156 | |
entries |