summaryrefslogtreecommitdiff
path: root/sml-help.sml
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2012-05-03 22:20:35 +0000
committerMike Buland <mike@xagasoft.com>2012-05-03 22:20:35 +0000
commit75b3ad661c2d6ed382620a25613846c2b2b10f46 (patch)
tree7f38d38adef79becf14df243b721bf5699e80245 /sml-help.sml
parent105aa3262bde83a33394ec57401ecf53e8d81971 (diff)
downloadstage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.gz
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.bz2
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.xz
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.zip
Misc updates.
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]