Bold characters within a word?
Added by Jan Niggemann (redmine.org team member) almost 13 years ago
Hi, I want to make some characters of a word bold, but it doesn't work:
T*es*t <- the 'es' should be bold.
Textile therefore came up with square-bracket notation:
A[*bold*]word would result in A<strong>bold</strong>world.
If I understand correctly, redmine uses redcloth, a textile dialect for ruby.
If I test the square-bracket syntax here http://redcloth.org/try-redcloth/ it works.
Here on redmine.org, it doesnt, as well as on my own redmine instance.
How can I update redcloth without touching the rest of redmine, so the square-bracket-notation will work?