Vote #62958
完了No way to do textile horizontal rule
0%
説明
There doesn't appear to be a way to put tags in a textilized item. This is supported by redcloth, but not Redmine wiki formatting.
journals
There's no textile tag for horizontal rule.
<hr /> is an html tag and as of r1216 they are escaped in wiki.
Concerning patch #968, i'm not very comfortable with adding all the markdown rules.
Maybe we could add @#block_markdown_rule@ only (the one that handles hr). What do you think ?
--------------------------------------------------------------------------------
That solves my immediate problem, and we can add other specific markdown rules as necessary later, so I'm happy with that solution.
--------------------------------------------------------------------------------
Rule added in r1389.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------