Write a non-clickable URL in Wiki-Markup.

A URL is needed in a documentation which is written in Wiki-Markup language. The URL is used as a unique identifier and no resource is available at the pointed address. Therefore it should not be clickable.
1 answer

<nowiki>

Embed the URL inside <nowiki> tags, additionally <code> tags might be added to format the URL in monospaced font.
If adding the <code> tags be sure to add them outside the <nowiki> tags.
e.g.: <code><nowiki>http://some/url</nowiki></code>.

Taggings: