crawl changelog table cells, too
authorMichael Wallner <mike@php.net>
Wed, 20 Aug 2014 13:44:18 +0000 (15:44 +0200)
committerMichael Wallner <mike@php.net>
Wed, 20 Aug 2014 13:44:18 +0000 (15:44 +0200)
public/index.js

index 1d65af4382ccef907a78e6074d5de04e76fd254f..3eef5660642b549f4d74eb58a03248c33b6cf205 100644 (file)
@@ -195,7 +195,7 @@ $(function() {
                }
        };
        
-       $("h1,h2,h3,h4,h5,h6,p,li,code").each(mdref.walk);
+       $("h1,h2,h3,h4,h5,h6,p,li,code,td").each(mdref.walk);
        $(window).on("hashchange", mdref.hashchange);
        mdref.hashchange();
 });