aboutsummaryrefslogtreecommitdiffstats
path: root/clients/urwid/main.py
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-12 09:33:01 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-12 09:33:01 -0500
commite0b20decd0185c9dba4e8e02e40b9d5d2866aa2b (patch)
treed0f4ece84f7b8f26193d5f544d01bc146dfd6fe3 /clients/urwid/main.py
parent3afbb00cff58d91b1a9e733f58dca601c53b2da2 (diff)
downloadbbj-e0b20decd0185c9dba4e8e02e40b9d5d2866aa2b.tar.gz
improve formatting help text
Diffstat (limited to 'clients/urwid/main.py')
-rw-r--r--clients/urwid/main.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index c5f0fb3..efedc59 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -62,6 +62,7 @@ welcome = """>>> Welcome to Bulletin Butter & Jelly! ------------------@
"""
format_help = [
+ "Quick reminder: \[rainbow: expressions work like this]\n\n"
"BBJ supports **bolding**, __underlining__, and [rainbow: coloring] text "
"using markdown-style symbols as well as tag-like expressions. Markdown "
"is **NOT** fully implemented, but several of the more obvious concepts "
@@ -91,8 +92,8 @@ format_help = [
"The colon and the space following it are important. When you use these "
"expressions, the __first__ space is not part of the content, but any characters, "
"including spaces, that follow it are included in the body. The formatting will "
- "apply until the closing ]. You can escape such an expression \\[cyan: like this]"
- "and can also \\[blue: escape \\] other closing brackets] inside of it. Only "
+ "apply until the closing ]. You can escape such an expression \\\[cyan: like this] "
+ "and can also \\[blue: escape \\\] other closing brackets] inside of it. Only "
"closing brackets need to be escaped within an expression. Any backslashes used "
"for escaping will not show in the body unless you use two slashes.",
Un proyecto texto-plano.xyz