From 019131bc842b1ff930a21237e87cfae69d6778b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Thu, 13 Jun 2024 18:59:09 +0200 Subject: [PATCH] docs: Fix typo --- docs/usage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/index.md b/docs/usage/index.md index daa2444..45e6b9c 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -13,7 +13,7 @@ The `exec` option will be true for every possible value except `0`, `no`, `off` and `false` (case insensitive). To enable automatic execution of code blocks for specific languages -(without having to add the `exec="on" option to your code blocks), +(without having to add the `exec="on"` option to your code blocks), set the `MARKDOWN_EXEC_AUTO` environment variable: ```bash