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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -