From 264b52b52dcdda6146f1256678fff72bf3ae1d99 Mon Sep 17 00:00:00 2001
From: RossAscends <124905043+RossAscends@users.noreply.github.com>
Date: Tue, 8 Aug 2023 17:42:28 +0900
Subject: [PATCH] update help format
---
public/script.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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)
`