File tree Expand file tree Collapse file tree 5 files changed +23
-22
lines changed Expand file tree Collapse file tree 5 files changed +23
-22
lines changed Original file line number Diff line number Diff line change 23
23
"markdown-it" : " ^12.2.0" ,
24
24
"markdown-it-block-image" : " ^0.0.3" ,
25
25
"markdown-it-footnote" : " ^3.0.3" ,
26
- "markdown-it-texmath" : " ^0.9.1 " ,
26
+ "markdown-it-texmath" : " ^1.0.0 " ,
27
27
"markdown-it-toc-done-right" : " ^4.2.0" ,
28
28
"punycode" : " 2.1.1" ,
29
29
"react" : " ^18.2.0" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3
3
" markdown-it" " ^12.2.0"
4
4
" markdown-it-block-image" " ^0.0.3"
5
5
" markdown-it-footnote" " ^3.0.3"
6
- " markdown-it-texmath" " ^0.9.1 "
6
+ " markdown-it-texmath" " ^1.0.0 "
7
7
" markdown-it-toc-done-right" " ^4.2.0"
8
8
" punycode" " 2.1.1" }}
Original file line number Diff line number Diff line change 311
311
doc' (assign-node-id+emoji doc)
312
312
heading (-> doc' (get-in path) (assoc :path path))]
313
313
(cond-> doc'
314
+ ; ; We're only considering top-level headings (e.g. not those contained inside quotes or lists)
314
315
(zero? doc-level)
315
316
(-> (add-to-toc heading)
316
317
(set-title-when-missing heading)))))
Original file line number Diff line number Diff line change @@ -601,10 +601,10 @@ markdown-it-footnote@^3.0.3:
601
601
resolved "https://registry.yarnpkg.com/markdown-it-footnote/-/markdown-it-footnote-3.0.3.tgz#e0e4c0d67390a4c5f0c75f73be605c7c190ca4d8"
602
602
integrity sha512-YZMSuCGVZAjzKMn+xqIco9d1cLGxbELHZ9do/TSYVzraooV8ypsppKNmUJ0fVH5ljkCInQAtFpm8Rb3eXSrt5w==
603
603
604
- markdown-it-texmath@^0.9.1 :
605
- version "0.9.7 "
606
- resolved "https://registry.yarnpkg.com/markdown-it-texmath/-/markdown-it-texmath-0.9.7. tgz#4d1256def5f49ac09c48e4a79d715a1bba5025c9 "
607
- integrity sha512-2oZ7WO+xQCvQpfCwxUsCzDpz5jRjiY+FbSJSVz+66+Z9NoPR7ljzUNaOp1CDHYj0JWx+drQLxO0XUjuSsuqc0A ==
604
+ markdown-it-texmath@^1.0.0 :
605
+ version "1.0.0 "
606
+ resolved "https://registry.yarnpkg.com/markdown-it-texmath/-/markdown-it-texmath-1.0.0. tgz#65703b235d07a8f96bc58cbf9d478af57154e5f0 "
607
+ integrity sha512-4hhkiX8/gus+6e53PLCUmUrsa6ZWGgJW2XCW6O0ASvZUiezIK900ZicinTDtG3kAO2kon7oUA/ReWmpW2FByxg ==
608
608
609
609
markdown-it-toc-done-right@^4.2.0 :
610
610
version "4.2.0"
You can’t perform that action at this time.
0 commit comments