From fbfbf6b4d1a82db3cb2fbf03ba1287f42f974cd0 Mon Sep 17 00:00:00 2001 From: CJ Green <44074998+okaycj@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:38:43 -0400 Subject: [PATCH] For HTML in markdown --- packages/record/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/record/README.md b/packages/record/README.md index f3d062dc..5f0cc5fc 100644 --- a/packages/record/README.md +++ b/packages/record/README.md @@ -24,8 +24,8 @@ const videoConfig = { type: chsRecord.VideoConfigPlugin }; **`troubleshooting_intro` [HTML String]** Optional text to add at the start of the "Setup tips and troubleshooting" -section. This string allows HTML formatting (e.g. "" for bold, -"" for italics). +section. This string allows HTML formatting (e.g. `` for bold, +`` for italics). ### Examples