Defect #7967
closed
Error with text formating
Added by Sergey Belov over 13 years ago.
Updated over 13 years ago.
Description
We added text as:
MDME(6363)
But it displays as:
MDME
I mean it hide 6363 and displays it as ALT text for MDME
- Status changed from New to Resolved
- % Done changed from 0 to 100
Sergey Belov wrote:
We added text as:
[...]
But it displays as:
MDME
I mean it hide 6363 and displays it as ALT text for MDME
Hi Sergey,
this is not a bug! Your text is just interpreted as an acronym by the Textile-Engine.
You have 2 ways to "fix" this:
- write
MDME (6363)
(add a space), the result is -- MDME (6363)
- write
==MDME(6363)==
, the result is -- MDME(6363)
See http://redcloth.org/textile/html-integration-and-escapement/#no-textile for further informations.
Regards,
Silvio
I understand that this is textile function but I can not find any examples or rules about brackets
- Status changed from Resolved to Closed
- Resolution set to Invalid
Yes, toolbar just have some basic functions.
And the help page contains the above statement :
For things such as headlines, bold, tables, lists, Redmine supports Textile syntax. See http://www.textism.com/tools/textile/ for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.
You'll find all the details, including acronym syntax, on this http://www.textism.com/tools/textile page.
Thanks, now I see the example with brackets
Sorry that I opened new issue here
Also available in: Atom
PDF