diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-11 13:06:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-11 13:06:45 -0400 |
commit | a68e98d9c26e6133624a3b4a54a6a67ce0d2fd86 (patch) | |
tree | 05316d413c972fc3fd714faba8f2cb05edf60bd8 /doc | |
parent | 4c5cf30ff9cc1a7f88a973afcc7c6d838ae578b0 (diff) | |
download | ikiwiki-a68e98d9c26e6133624a3b4a54a6a67ce0d2fd86.tar ikiwiki-a68e98d9c26e6133624a3b4a54a6a67ce0d2fd86.tar.gz |
bug report
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/po:_markdown_link_parse_bug.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/po:_markdown_link_parse_bug.mdwn b/doc/bugs/po:_markdown_link_parse_bug.mdwn new file mode 100644 index 000000000..93400f4c0 --- /dev/null +++ b/doc/bugs/po:_markdown_link_parse_bug.mdwn @@ -0,0 +1,14 @@ +Apparently this is legal markdown, though unusual syntax for a link: + + \[Branchable](http://www.branchable.com/ "Ikiwiki hosting") + +If that is put on a translatable page, the translations display it not as a +link, but in the escaped form that appears above. + +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]] |