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
Post a Comment