From f29fd5b9881e724e75e538d497ac8c757ef14a0e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 20 Aug 2014 15:44:18 +0200 Subject: [PATCH] crawl changelog table cells, too --- public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.js b/public/index.js index 1d65af4..3eef566 100644 --- a/public/index.js +++ b/public/index.js @@ -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(); }); -- 2.30.2