How to write urls
Problem : urls (outside links) are forbidden
Different ways I've seen :
- codingdojo.org (remove http://)
- http: //codingdojo.org (add a space between : and //)
- Http://codingdojo.org or HTTP://codingdojo.org (upper case http)
- <nowiki>http://codingdojo.org</nowiki> (surround the url with nowiki)