File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,6 @@ markdown_extensions:
246246 - def_list
247247 - footnotes
248248 - md_in_html
249- - toc :
250- permalink : true
251- anchorlink : true
252- toc_depth : 3
253249 - pymdownx.arithmatex :
254250 generic : true
255251 - pymdownx.betterem :
@@ -259,6 +255,9 @@ markdown_extensions:
259255 - pymdownx.emoji :
260256 emoji_generator : !!python/name:material.extensions.emoji.to_svg
261257 emoji_index : !!python/name:material.extensions.emoji.twemoji
258+ - pymdownx.snippets :
259+ auto_append :
260+ - includes/abbreviations.md
262261 - pymdownx.highlight :
263262 anchor_linenums : true
264263 line_spans : __span
@@ -287,7 +286,10 @@ markdown_extensions:
287286 custom_checkbox : true
288287 - pymdownx.tilde
289288 - tables
290-
289+ - toc :
290+ permalink : true
291+ anchorlink : true
292+ toc_depth : 3
291293
292294extra_javascript :
293295 -
https://unpkg.com/[email protected] /dist/tablesort.min.js
You can’t perform that action at this time.
0 commit comments