doc: Don't prune Stability indicators

This commit is contained in:
isaacs 2012-03-03 22:58:29 -08:00
parent a42b4ad44e
commit f1742c93d7

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