]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / tag_behavior_changes_introduced_by_typed_link_feature.mdwn
index 2b736b3052d995debfa73d13574055d7c1506bd0..ed93a2eb7d4440ef9d15215a1a89028f85f5bc9b 100644 (file)
@@ -4,7 +4,7 @@ problems in particular could be observed, when compared to the use of
 tags in older versions of IkiWiki:
 
 * tags in feeds (both rss and atom) would use the file path as their
-  name (e.g. you would have <category term="tags/sometag" /> in an atom
+  name (e.g. you would have `<category term="tags/sometag" />` in an atom
   item for a page tagged sometag with a tagbase of tags), whereas they
   appeared pure before
 * tags containing a slash character would appear without the slash
@@ -12,3 +12,5 @@ tags in older versions of IkiWiki:
   (effect visible by tagging a page with a name such as "with/slash")
 
 I've written a [[patch]] to fix this issues by introducing a `tagname()` function that reverts `taglink()`, and it's available [[here|http://sprunge.us/SHRj]] as well as on my [[git|http://git.oblomov.eu/ikiwiki]]
+
+> [[Applied|done]], with some regexp improvements. --[[Joey]]