summaryrefslogtreecommitdiffstats
path: root/lib/redcloth.rb
Commit message (Expand)AuthorAgeFilesLines
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea...Jean-Philippe Lang2008-09-111-1158/+0
* Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#...Jean-Philippe Lang2008-07-301-1/+1
* Prevent unwanted textile link parsing at end of line.Jean-Philippe Lang2008-06-161-1/+1
* Fixed: notextile tag has no effect.Jean-Philippe Lang2008-06-081-1/+1
* Allow empty cells in wiki tables.Jean-Philippe Lang2008-06-041-12/+5
* Adds multi-levels blockquotes support by using > at the beginning of lines.Jean-Philippe Lang2008-05-301-0/+25
* No multiline text for textile links.Jean-Philippe Lang2008-05-261-1/+1
* Fixed: bold, italics, underline not working within parentheses (#1225).Jean-Philippe Lang2008-05-181-2/+2
* Escape HTML comment tags (#1160).Jean-Philippe Lang2008-05-021-1/+1
* Replace closing html tags with html entity (#910).Jean-Philippe Lang2008-04-131-1/+1
* Fixed: https urls in the wiki are not displayed as external (closes #943).Jean-Philippe Lang2008-03-291-1/+1
* Wiki links:Jean-Philippe Lang2008-03-211-1/+2
* Fixes #880: code tags not formatted correctly in the wiki (broken by r1216).Jean-Philippe Lang2008-03-171-1/+1
* Textile formatting:Jean-Philippe Lang2008-03-091-4/+11
* Do not use RedCloth's glyphs (#210).Jean-Philippe Lang2008-02-031-1/+1
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-151-6/+6
* Fixed: URL with ~ broken in wiki formatting.Jean-Philippe Lang2007-10-031-5/+5
* Better handling of external link style assignment.Jean-Philippe Lang2007-10-011-1/+3
* Fixed: lines in wiki content containing just a single wiki link are not displ...Jean-Philippe Lang2007-09-151-1/+1
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-021-0/+1130