doc: Don't prune Stability indicators
authorisaacs <i@izs.me>
Sun, 4 Mar 2012 06:58:29 +0000 (22:58 -0800)
committerisaacs <i@izs.me>
Sun, 4 Mar 2012 06:58:29 +0000 (22:58 -0800)
tools/doc/html.js

index 0ffedb1..0426198 100644 (file)
@@ -56,7 +56,6 @@ function parseLists(input) {
       return;
     }
     if (state === 'AFTERHEADING') {
-      if (tok.type === 'code') return;
       if (tok.type === 'list_start') {
         state = 'LIST';
         if (depth === 0) {