Strike-through text is defaulted in application
Added by Steve Pabalan about 5 years ago
Redmine is creating strike-through text for numbers that are entered. For the Redmine application I use, these are numbers
that start with SCR. As an example, I attached a screen shot to this message.
However when copying that same strike-through text from the Redmine web page, and then pasting that text into Excel, the strike-through text does not appear.
Has an issue about unnecessary strike-through text in Redmine ever been addressed?
Thanks!
redmine.GIF (5.33 KB) redmine.GIF |
Replies (2)
RE: Strike-through text is defaulted in application
-
Added by Bernhard Rohloff about 5 years ago
Hi Steve,
welcome to the Redmine community! The reason for your issue is that Redmine interprets a number with a #
at the beginning as reference to an issue number. Because of that it renders it as a clickable link to the issue. If the issue is closed then Redmine renders the text with strike-through text. One solution for you can be to wrap your text with either an inline code or a pre-fromatted section.
You can learn more about formatting in Redmine on the appropriate wiki page for Markdown or Textile.
Kind regards,
Bernhard
RE: Strike-through text is defaulted in application
-
Added by Steve Pabalan about 5 years ago
Thanks Bernhard. I appreciate those links.
It seems adding an exclamation point before the pound sign is a preformatted fix in Redmine. Thanks again!