diff --git a/SetCaption.md b/SetCaption.md index e041e99..ada14ee 100644 --- a/SetCaption.md +++ b/SetCaption.md @@ -10,7 +10,7 @@ Example: The ampersand symbol (&) is used to indicate that the following letter is going to be used as a hot-key, meaning that the user will be able to hold Alt and press the letter to activate this control. -You can use *\n* to add a line break in a caption. It'll be replaced with a CHR$(10). +You can use **\n** to add a line break in a caption. It'll be replaced with a CHR$(10). ##Notes The SetCaption method can be bypassed altogether as you can manipulate the [[Caption]]() array directly, but by doing so the hot-key indicators won't be parsed.