Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7ad62 commit 04b36b0Copy full SHA for 04b36b0
src/core/render/compiler.js
@@ -300,7 +300,6 @@ export class Compiler {
300
301
if (text) {
302
html = this.compile(text)
303
- html = html && html.match(/<ul[^>]*>([\s\S]+)<\/ul>/g)[0]
304
} else {
305
const tree = this.cacheTree[currentPath] || genTree(this.toc, level)
306
html = treeTpl(tree, '<ul>')
0 commit comments