From 0c6439faad40821abb9d659468a4148e6372f391 Mon Sep 17 00:00:00 2001 From: Jonas Fassbender Date: Mon, 3 Mar 2025 17:21:34 +0100 Subject: [PATCH] Enhanced wording for editable code blocks docs --- guide/src/format/theme/editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/theme/editor.md b/guide/src/format/theme/editor.md index 9294dd44..2ed1ed83 100644 --- a/guide/src/format/theme/editor.md +++ b/guide/src/format/theme/editor.md @@ -9,8 +9,8 @@ be added to the ***book.toml***: editable = true ``` -To make a specific block available for editing, the attribute `editable` needs -to be added to it: +After enabling editable code blocks, the `editable` attribute must be added to a +code block to make it editable: ~~~markdown ```rust,editable