From 4babea5811dca01d8e0da63b11a3a4b1ac47ad60 Mon Sep 17 00:00:00 2001 From: S John CD Date: Sat, 23 Dec 2023 23:06:17 +0000 Subject: [PATCH] update book.toml to make rust code editable --- book.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.toml b/book.toml index 77e63b6a..bcd440b1 100644 --- a/book.toml +++ b/book.toml @@ -48,8 +48,8 @@ page-break = false # insert page-break after each chapter enable = true # whether or not to enable section folding level = 0 # the depth to start folding -# [output.html.playground] -# editable = false # allows editing the source code +[output.html.playground] +editable = true # allows editing the source code # copyable = true # include the copy button for copying code snippets # copy-js = true # includes the JavaScript for the code editor # line-numbers = false # displays line numbers for editable code