- From: <bugzilla@jessica.w3.org>
- Date: Thu, 13 Dec 2012 17:48:17 +0000
- To: public-webplatform-bugs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20369 JuleeAtAdobe <julee@adobe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |julee@adobe.com Resolution|--- |FIXED --- Comment #2 from JuleeAtAdobe <julee@adobe.com> --- Added the following note to http://docs.webplatform.org/wiki/WPD:Style_Guide/Gotchas: =URL containing special characters in notes or other tags= Certain links contain special characters, such as the equal sign (=) in a link to a YouTube video (for example, http://www.youtube.com/watch?v=me3BviH3nZc). When these links are inside other wiki references, such as the Note tag, the special character needs to be escaped. Two ways to do so are: * Replace every = with {{=}}, as in: <syntaxhighlight> {{Note|[http://www.youtube.com/watch?v{{=}}me3BviH3nZc Watch Erik's entire WebGL video tutorial] for free on YouTube. Over 2 and a half hours of WebGL tuition! }} </syntaxhighlight> OR * Prefix the note-text with 1=, as in: <syntaxhighlight> {{Note|1=[http://www.youtube.com/watch?v=me3BviH3nZc Watch Erik's entire WebGL video tutorial] for free on YouTube. Over 2 and a half hours of WebGL tuition! }} </syntaxhighlight> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 13 December 2012 17:48:20 UTC