ikiwiki/doc/bugs/po:_markdown_link_parse_bug...

15 lines
447 B
Plaintext
Raw Normal View History

2010-09-11 19:06:45 +02:00
Apparently this is legal markdown, though unusual syntax for a link:
2010-09-11 19:08:31 +02:00
[Branchable](http://www.branchable.com/ "Ikiwiki hosting")
2010-09-11 19:06:45 +02:00
If that is put on a translatable page, the translations display it not as a
2010-09-11 19:08:31 +02:00
link, but as plain text.
2010-09-11 19:06:45 +02:00
Probably a po4a bug, but I don't see the bug clearly in the gernerated po
file:
"This was posted automatically by [Branchable](http://www.branchable.com/ "
"\"Ikiwiki hosting\") when I signed up."
--[[Joey]]