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