Good tip. If you want to be able to explain markup without having to sub symbols etc, just use the 'escape character'. Which is \ this tells the markup that you just want to display the text. So your example would be
[The text](The link)
To get it, you type:
\[The text](the link) with the backslash first
You are viewing a single comment's thread from:
google test two
[google test] (www.google.com)
Thanks a lot!!