From 70153b39b62c35eb0a6f118641f9ceac65c45256 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 5 Dec 2023 20:46:16 +0700 Subject: [PATCH] add json code block type --- mkdocs/docs/settings/actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/settings/actions.md b/mkdocs/docs/settings/actions.md index bb6b288..a25f8b5 100644 --- a/mkdocs/docs/settings/actions.md +++ b/mkdocs/docs/settings/actions.md @@ -28,7 +28,7 @@ The import process then looks for the 'id' key within the JSON file to identify Sometimes you may need to create this file manually, The following are the absolute minimum required tags for manual importing. `thumbnail` can be left blank or null, however it is required to be present. If blank the thumbnail will be extracted from the video file on import. -``` +```json { "id": "", "channel_id": "", @@ -38,7 +38,7 @@ Sometimes you may need to create this file manually, The following are the absol } ``` However, you may fill out additional tags if they are known for a more complete result. -``` +```json { "id": "", "channel_id": "",