Feature #3694
closed
No way to disable wiki markup
Added by Yuri Astrakhan over 15 years ago.
Updated almost 10 years ago.
Description
Would be great to be able to disable wiki markup for a given portion of the text - <nowiki>#123</nowiki>
- Status changed from New to Closed
- Resolution set to Invalid
This is already possible from Redmine 0.7. Just use an exclamation mark to precede the given portion of text e.g.
!#123
which produces simply: #123.
Thus it does not parse the regular issue-links into actual links. See RedmineWikiFormatting below "escaping".
Is it possible to disable other markup? Like * or _ ?
*Like*
_this_
?
@*Like*@ @_this_@ ?
Nope. I do not want it to be formatted as code, monospaced. Just regular text without any special formatting. I would use it for copying text from somewhere else, written without being aware of any Wiki formatting that might be applied.
Also available in: Atom
PDF