Originally created by: willpittenger
I created an IRC channel and went to list it in my project's discussion board. However, Allura couldn't handle the URL. Compare the source code with the results in the table below.
Source code | Results |
---|---|
<ircs://irc.freenode.net/allura> |
<ircs: irc.freenode.net="" allura=""></ircs:> |
ircs://irc.freenode.net/allura |
ircs://irc.freenode.net/allura |
I know the second isn't how you list a URL with Markdown, but at least it's visible.
This syntax works:
It renders as:
ircs://irc.freenode.net/allura
That said, still would be good to support it with the
<...>
syntax