summaryrefslogtreecommitdiffstats
path: root/lib/redcloth3.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-3/+3
* Escape image urls in wiki formatted HTML text (#9245).Etienne Massip2011-10-031-1/+1
* Fixed: line breaks are ignored in quoted text (#6148).Jean-Philippe Lang2011-03-141-2/+2
* Fixed: Wiki headings containing backslash followed by a digit are not display...Jean-Philippe Lang2011-03-121-2/+4
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-051-1/+1
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-061-1/+1
* Fixes some textile issues with JRuby (#5404).Jean-Philippe Lang2010-04-301-1/+1
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-1/+1
* Fixed: Double-dash results in strikethrough text (#5122).Jean-Philippe Lang2010-03-201-0/+2
* Do not html escape code that is going to be highlighted (#2985, #3359).Jean-Philippe Lang2010-03-141-3/+7
* Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).Jean-Philippe Lang2010-03-121-3/+3
* Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).Jean-Philippe Lang2010-03-121-9/+10
* Fixed: some textile modifiers combinations don't work, eg. bold inside underl...Jean-Philippe Lang2010-03-111-3/+7
* Disabled broken textile references (#4354).Jean-Philippe Lang2009-12-091-1/+1
* Fixed pre tags containing "<pre*" (#4125).Jean-Philippe Lang2009-11-111-1/+1
* Fixes a regexp for ruby1.9.Jean-Philippe Lang2009-11-071-1/+1
* Fixed: inline images in wiki headings (#4112).Jean-Philippe Lang2009-11-041-1/+1
* Allow line breaks in wiki table cells (#2346).Jean-Philippe Lang2009-07-191-2/+7
* Less aggressive textile image tag parsing (#3209).Jean-Philippe Lang2009-04-211-1/+1
* Allow textile mailto links (#3127).Jean-Philippe Lang2009-04-071-1/+1
* Less strict textile links parsing (#2582).Jean-Philippe Lang2009-01-311-1/+1
* Stricter textile links parsing (#2417).Jean-Philippe Lang2008-12-301-2/+5
* Disable textile inline styles to prevent XSS attacks (#2377).Jean-Philippe Lang2008-12-281-2/+1
* Fixed bold syntax around single character in series (#2351).Jean-Philippe Lang2008-12-281-2/+2
* Escape textile titles and styles (#2377).Jean-Philippe Lang2008-12-231-6/+9
* Escape double-quotes in image titles.Jean-Philippe Lang2008-12-191-1/+5
* Less agressive Redcloth lang attribute parsing (#2091).Jean-Philippe Lang2008-11-111-1/+1
* Fixes syntax highlighting broken by r1930 (#2143).Jean-Philippe Lang2008-11-081-1/+5
* Adds back textile acronyms support (#2077).Jean-Philippe Lang2008-10-271-12/+12
* Fixed: textile footnotes no longer work after r1113 (#974).Jean-Philippe Lang2008-10-181-3/+3
* Remove pre tag attributes.Jean-Philippe Lang2008-10-121-1/+1
* Fixes html escaping.Jean-Philippe Lang2008-09-231-3/+3
* Fixed: http links containing parentheses fail to reder correctly (#1591). Pat...Jean-Philippe Lang2008-09-171-2/+8
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea...Jean-Philippe Lang2008-09-111-0/+1158