doc: Don't prune Stability indicators
This commit is contained in:
parent
a42b4ad44e
commit
f1742c93d7
@ -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…
x
Reference in New Issue
Block a user