summaryrefslogtreecommitdiffstats
path: root/lib/redcloth3.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r18247 to 3.3-stable (#31520).Jean-Philippe Lang2019-11-161-1/+7
* Merged r16500 to r16503 (#25503).Jean-Philippe Lang2017-04-081-3/+11
* Merged r15442 (#22898).Jean-Philippe Lang2016-06-041-1/+1
* Merged r15431 to r15435 (#22924, #22925, #22926).Jean-Philippe Lang2016-06-041-0/+3
* Reverts r14812 (#6969).Jean-Philippe Lang2015-11-111-1/+1
* Fixed that less-than sign is not escaped by textile formatter (#6969).Jean-Philippe Lang2015-11-071-1/+1
* Table renders wrong if a trailing space is after | symbol (#18223).Jean-Philippe Lang2015-09-201-1/+1
* Can't apply textile modifiers to 1 non-ASCII character (#19995).Jean-Philippe Lang2015-06-061-2/+2
* Makes RedCloth3#retrieve MUCH faster (#18883).Jean-Philippe Lang2015-01-191-2/+2
* Faster textile table parsing by using a single scan instead of a regexp match...Jean-Philippe Lang2015-01-191-4/+4
* #shelve should not be called if cell doesn't match attributes regexp (#18883).Jean-Philippe Lang2015-01-181-1/+1
* Textile: ignore invalid lang attribute values (#18501).Jean-Philippe Lang2014-11-301-2/+2
* fix typo at lib/redcloth3.rbToshi MARUYAMA2014-04-151-1/+1
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-2/+2
* Removed debug log (#14038).Jean-Philippe Lang2013-05-181-1/+0
* Fixed that ordered/unordered lists inside table cell are mangled (#14038).Jean-Philippe Lang2013-05-141-1/+2
* Fixed that autolinks and textile links ending with cyrilic characters are bro...Jean-Philippe Lang2012-11-241-2/+2
* Accept float in inline styles.Jean-Philippe Lang2012-09-161-1/+1
* Fixed that textile nested lists are not properly closed in output (#10642).Jean-Philippe Lang2012-04-181-1/+1
* Do not recognize invalid textile attributes.Jean-Philippe Lang2012-02-171-3/+3
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-121-1/+14
* 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