Hello,

on Monday 13 March 2017 at 09:50, Warren Young wrote:
> I have found bugs in Fossil’s Markdown implementation.  For example, it 
> doesn’t deal properly with hyperlinks to Wikipedia documents that end in a 
> parenthesis, as when the Wikipedia topic needs disambiguation:
> 
>    I like [Fossil](https://en.wikipedia.org/wiki/Fossil_(software))!

I'm not sure I really understand the problem here. The links ends at the
first unescaped closing parenthesis, so I would expect anyone wanting it
to be part of the URL to escape it, just like any literal star or
underscore or bracket or backtick in the text.

Or do you expect it to count parentheses and prevent you from ever
linking to a URL with unbalanced parentheses?


Hoping this helps,
Natacha
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to