Skip to content

Commit 127b7c8

Browse files
committed
Update mkdocs markdown extensions.
1 parent 8804b55 commit 127b7c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

mkdocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Format documented here
22
# http://www.mkdocs.org/user-guide/configuration/
3+
# https://squidfunk.github.io/mkdocs-material/getting-started/
34

45
site_url: http://utPLSQL.org/
56
site_name: utPLSQL
@@ -12,6 +13,7 @@ extra_css:
1213
theme:
1314
name: material
1415
palette:
16+
# Palette toggle for light mode
1517
- media: "(prefers-color-scheme: light)"
1618
scheme: default
1719
toggle:
@@ -26,11 +28,10 @@ theme:
2628
logo: assets/icon-transparent.png
2729
favicon: assets/favicon.png
2830
features:
29-
- navigation.instant # disable for offline docs
31+
- navigation.instant
3032
- navigation.indexes
3133
- navigation.tabs
3234
- navigation.tracking
33-
- navigation.indexes
3435
- toc.follow
3536
- toc.integrate
3637
- search.suggest
@@ -61,6 +62,8 @@ markdown_extensions:
6162
- pymdownx.snippets
6263
- pymdownx.superfences
6364
- pymdownx.caret
65+
- pymdownx.mark
66+
- pymdownx.tilde
6467
- toc:
6568
permalink: true
6669
use_directory_urls: false

0 commit comments

Comments
 (0)