Skip to content

Commit 046d69a

Browse files
committed
RemovedMdToc disabled
1 parent 3b74cf0 commit 046d69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ function parseMd() {
1919

2020
function removeMdToc(text) {
2121
out = []
22-
console.log(text)
23-
return text
2422
lines = text.match(/[^\r\n]+/g);
23+
console.log(lines)
24+
return text
2525
insideContents = false
2626
for (line of lines) {
2727
if (line.trim() === 'Contents') {

0 commit comments

Comments
 (0)