Please can someone tell me if there is now a way to suppress wikitext formatting.
I am trying to include a what3words address in a tiddler but cannot display the following
You can use single backticks: `///what.three.words`
Which gives you this:
///what.three.words
Or you can put it into a text widget like this:
This text, <$text text="///what.three.words"/>, is not rendered
Which will look like:
This text, ///what.three.words, is not rendered
There are a lot more ways as well, even using rules pragma to disable the italicized slashes for that Tiddler by putting this as the first line of the Tiddler:
\rules except italic
Then it will ignore all // slashes but still allow for other formatting, but only in that Tiddler.