Skip to content

Commit

Permalink
修改book.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GOLGO11 committed Nov 11, 2024
1 parent bde2f32 commit b3dd696
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ enable = false
[output.html.search]
# search超过github上限100MB,于是默认关闭
enable = false

[output.html.playground]
editable = true

```rust,editable
fn main() {
println!("Hello World!");
}

0 comments on commit b3dd696

Please sign in to comment.