summaryrefslogtreecommitdiff
path: root/sml-help.sml
diff options
context:
space:
mode:
Diffstat (limited to 'sml-help.sml')
-rw-r--r--sml-help.sml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sml-help.sml b/sml-help.sml
new file mode 100644
index 0000000..74ac686
--- /dev/null
+++ b/sml-help.sml
@@ -0,0 +1,18 @@
1SML - STAGE Markup Language help[break][break]
2SML has two types of tags, unary tags stand on their own and are fenced by
3square brackets like \[break]. Putting a \[braek] in anywhere will add a
4paragraph break. This is the only way to insert a newline manually, as SML will
5reformat your text to fit the available space automatically.
6[break]
7There are also binary tags, which contain text and let you change the formatting
8in a variety of ways. For example, you can set the [yellow>color of some
9text<yellow]. Binary tags start with \[tagname> and end with \<tagname].
10[break][break]
11Color tags:[break]
12\[green>[green>Green<green]\<green] [break]
13\[red>[red>Red<red]\<red] [break]
14\[yellow>[yellow>Yellow<yellow]\<yellow] [break]
15\[blue>[blue>Blue<blue]\<blue] [break]
16\[magenta>[magenta>Magenta<magenta]\<magenta] [break]
17\[cyan>[cyan>Cyan<cyan]\<cyan] [break]
18\[white>[white>White<white]\<white]