Skip to content

Commit

Permalink
Update book.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien authored Mar 8, 2024
1 parent 3b93ef8 commit 673bf3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ additional-css = ["typst-doc.css"]

[preprocessor.typst-doc]
# If you have built locally (`cargo build`)
command = "../target/debug/mdbook-typst-doc.exe"
command = "../target/debug/mdbook-typst-doc"
# If you have installed from the git repository
# command = "mdbook-typst-doc"

Expand All @@ -30,4 +30,4 @@ bool = {link = "https://typst.app/docs/reference/foundations/bool/", class = "bo
str = {link = "https://typst.app/docs/reference/foundations/str/", class = "str"}
auto = {class = "keyword"}
none = {class = "keyword"}
custom = {class = "color", link = "/type_definition.html"}
custom = {class = "color", link = "/type_definition.html"}

0 comments on commit 673bf3a

Please sign in to comment.