X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4eabb3cb7a1a7c9af3232e8e8713e00a2d5dd861..0802f92561a8e05da0299e3a1c94bebdd7c8d1e5:/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn diff --git a/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn b/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn index 5d6c6ad6d..9e4539334 100644 --- a/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn +++ b/doc/bugs/mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn @@ -1,5 +1,20 @@ -[[meta title="mailto: links not properly generated in rss/atom feeds"]] +[[!meta title="mailto: links not properly generated in rss/atom feeds"]] A link like \[this](mailto:foo@bar.org) will not be converted correctly to a mailto link in the rss/atom feeds, but an absolute link instead. See e.g. the logitech post on http://madduck.net/blog/feeds/planet-lca2008/index.rss -> fixed --[[Joey]] [[tag done]] +> fixed --[[Joey]] [[!tag done]] + +This still happens for auto-generated mailto: links that are [garbled](http://daringfireball.net/projects/markdown/syntax#autolink) by Markdown, so that + + +is turned into + + matthias@rampke.de + +for HTML, but + + <a href="http://rampke.de/m&#97;&#105;&#x6C;t&#111;:&#109;&#x61;&#116;&#x74;&#x68;&#105;a&#x73;&#64;&#x72;&#x61;&#109;&#x70;&#x6B;&#101;&#46;&#100;&#x65;">&#109;&#x61;&#116;&#x74;&#x68;&#105;a&#x73;&#64;&#x72;&#x61;&#109;&#x70;&#x6B;&#101;&#46;&#100;&#x65;</a></p> + +for Atom and RSS. + +