Skip to content

Commit 8b0ef68

Browse files
committed
mdbook-admonish install
1 parent 3df6903 commit 8b0ef68

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

book.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ multilingual = false
55
src = "src"
66

77
[preprocessor.pagetoc]
8+
9+
[preprocessor.admonish]
10+
command = "mdbook-admonish"
11+
assets_version = "3.0.3" # do not edit: managed by `mdbook-admonish install`
12+
813
[output.html]
9-
additional-css = ["theme/pagetoc.css"]
14+
additional-css = ["theme/pagetoc.css", "./mdbook-admonish.css"]
1015
additional-js = ["theme/pagetoc.js"]
1116
no-section-label = true
1217
git-repository-url = "https://github.com/pygame-web/pygame-web.github.io"
1318
git-repository-icon = "fa-github"
14-
edit-url-template = "https://github.com/pygame-web/pygame-web.github.io/edit/main/{path}"
19+
edit-url-template = "https://github.com/pygame-web/pygame-web.github.io/edit/main/{path}"

0 commit comments

Comments
 (0)