From a6552c68a174fd9eb132e95d63e7ac26125f3bca Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 13 Mar 2024 14:29:32 -0400 Subject: [PATCH] Formatting fix --- docs/en/qgc-user-guide/custom_actions/custom_actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/qgc-user-guide/custom_actions/custom_actions.md b/docs/en/qgc-user-guide/custom_actions/custom_actions.md index f97e3c7c695..eb1b5e7822e 100644 --- a/docs/en/qgc-user-guide/custom_actions/custom_actions.md +++ b/docs/en/qgc-user-guide/custom_actions/custom_actions.md @@ -6,7 +6,7 @@ Both the Fly View and Joysticks support the ability execute arbitrary mavlink co The custom actions available are defined in a JSON file. The format of that file is as follows: -''' +``` { "version": 1, "fileType": "CustomActions", @@ -29,7 +29,7 @@ The custom actions available are defined in a JSON file. The format of that file } ] } -''' +``` Fields: * actions (required) - An array of json objects, one for each command