From 15cbe131fb9d433656a01fa47d783e25241aa06c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 3 Jun 2023 19:21:36 -0300 Subject: [PATCH] fix(website): syntax highlight on json code block --- docs/docs/api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api_reference.md b/docs/docs/api_reference.md index 4f44b065..b62cbf7b 100644 --- a/docs/docs/api_reference.md +++ b/docs/docs/api_reference.md @@ -86,7 +86,7 @@ When using the `--json` flag in combination with either the `--list` or `--list-all` flags, the output will be a JSON object with the following structure: -```jsonc +```json { "tasks": [ {