]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/po:_markdown_link_parse_bug.mdwn
10715001c19fbe6365948e6daebffc16bba9a734
[git.ikiwiki.info.git] / doc / bugs / po:_markdown_link_parse_bug.mdwn
1 Apparently this is legal markdown, though unusual syntax for a link:
3         [Branchable](http://www.branchable.com/ "Ikiwiki hosting") 
5 If that is put on a translatable page, the translations display it not as a
6 link, but as plain text.
8 Probably a po4a bug, but I don't see the bug clearly in the gernerated po
9 file:
11         "This was posted automatically by [Branchable](http://www.branchable.com/ "
12         "\"Ikiwiki hosting\") when I signed up."
14 --[[Joey]]