sharepoint online - Prevent text being treated as a link -


i have text want put on page looks [[:upper:]]. unfortunately being interpreted link.

how prevent this?

this sharepoint office 365.

thanks.

maybe sharepoint guru contradict me think default behaviour (wiki-type pages) interpret '[[' 'link following'.

i found workaround insert 'hair space' ( ) between 2 left square brackets.

edit:

or better, put '\' in front of [[ , ]]. example:

\[[:upper:\]] 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -