From ec20fcddf1e48d05aeada5e79192e9b87ce816ef Mon Sep 17 00:00:00 2001 From: Laura Date: Fri, 9 Aug 2024 15:43:34 -0400 Subject: [PATCH] Update AddTextComponentSubstringKeyboardDisplay.md (#876) --- HUD/AddTextComponentSubstringKeyboardDisplay.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HUD/AddTextComponentSubstringKeyboardDisplay.md b/HUD/AddTextComponentSubstringKeyboardDisplay.md index 108455109..3db91aab1 100644 --- a/HUD/AddTextComponentSubstringKeyboardDisplay.md +++ b/HUD/AddTextComponentSubstringKeyboardDisplay.md @@ -9,6 +9,8 @@ aliases: ["_ADD_TEXT_COMPONENT_STRING3","_ADD_TEXT_COMPONENT_SCALEFORM"] void ADD_TEXT_COMPONENT_SUBSTRING_KEYBOARD_DISPLAY(char* string); ``` +Certain characters like `<` will have to be escaped using html entities (e.g. `<`), otherwise the text wont display properly. + ## Parameters * **string**: