We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d31fc7 commit e0c116cCopy full SHA for e0c116c
build_script/gen_updatedtime.py
@@ -3,7 +3,7 @@
3
import os
4
import re
5
6
-os.chdir("source/_posts")
+os.chdir('source/_posts')
7
files = [x for x in list(os.walk('.'))[0][2] if re.match(r'^\d{4}-\d{2}-\d{2}-.+?\.md$', x)]
8
for file in files:
9
createDate = file[0:10]
package.json
@@ -34,7 +34,7 @@
34
"markdown-it-pangu": "^1.0.2",
35
"markdown-it-sub": "^2.0.0",
36
"markdown-it-sup": "^2.0.0",
37
- "markdown-it-table-of-contents": "^0.6.0",
+ "markdown-it-table-of-contents": "^0.9.0",
38
"markdown-it-task-lists": "^2.1.1"
39
}
40
0 commit comments