Browse Source

doc: Don't prune Stability indicators

v0.8.7-release
isaacs 13 years ago
parent
commit
f1742c93d7
  1. 1
      tools/doc/html.js

1
tools/doc/html.js

@ -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) {

Loading…
Cancel
Save