From 673bf3ae9585d9a3a37faae6926efffae2e306b9 Mon Sep 17 00:00:00 2001 From: Jack <34489450+fenjalien@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:31:49 +0000 Subject: [PATCH] Update book.toml --- example/book.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/book.toml b/example/book.toml index 0725d55..627784b 100644 --- a/example/book.toml +++ b/example/book.toml @@ -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" @@ -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"} \ No newline at end of file +custom = {class = "color", link = "/type_definition.html"}