diff --git a/public/script.js b/public/script.js
index f037de1c5..305633587 100644
--- a/public/script.js
+++ b/public/script.js
@@ -409,12 +409,19 @@ const system_messages = {
mes:
`Text formatting commands:
- - {{text}} - sets a one-time behavioral bias for the AI. Resets when you send the next message.
- *text* - displays as italics
- **text** - displays as bold
- ***text*** - displays as bold italics
- ` + "```" + `text` + "```" + ` - displays as a code block
- ` + "`" + `text` + "`" + ` - displays as inline code
+ - ` + "> " + `text` + ` - displays as a blockquote (note the space after >)
+ like this
+ - ` + "# " + `text` + ` - displays as a large header (note the space)
+ like this
+ - ` + "## " + `text` + ` - displays as a medium header (note the space)
+ like this
+ - ` + "### " + `text` + ` - displays as a small header (note the space)
+ like this
- $$ text $$ - renders a LaTeX formula (if enabled)
- $ text $ - renders an AsciiMath formula (if enabled)
`