Patch #968 ยป wiki_markdown.diff
| lib/redmine/wiki_formatting.rb (working copy) | ||
|---|---|---|
| 26 | 26 |
class TextileFormatter < RedCloth |
| 27 | 27 |
|
| 28 | 28 |
# auto_link rule after textile rules so that it doesn't break !image_url! tags |
| 29 |
RULES = [:textile, :inline_auto_link, :inline_auto_mailto, :inline_toc, :inline_macros] |
|
| 29 |
RULES = [:textile, :inline_auto_link, :inline_auto_mailto, :inline_toc, :inline_macros, :markdown]
|
|
| 30 | 30 |
|
| 31 | 31 |
def initialize(*args) |
| 32 | 32 |
super |