On Dec 27, 1:28 pm, Radomir Dopieralski <
sh...@sheep.art.pl> wrote:
> This is indeed against the spec, but you should be able to work around
> it with the escape character (if that is implemented consistently). I
> didn't test it, but try something like "[[Weird Stuff|~**Weird**
> ~//Stuff//]]"
>
>
>
> On Mon, Dec 27, 2010 at 5:49 PM, rados <
rado....@gmail.com> wrote:
> > Hello guys,
>
> > I just started to use creoleparser and noticed that its behaviour
> > differs a little from the formal creole 1.0 description. One of this
> > cases is when there is a '//' and/or '**' in a hyperlink. For example:
>
> > "[[Weird Stuff|**Weird** //Stuff//]]"
>
> > is rendered to
> > "<p><a href="Weird_Stuff"><strong>Weird</strong> <em>Stuff</em></a></
> > p>"
>
> > instead to
> > "<a href="Weird_Stuff">**Weird** //Stuff//</a>"