diff options
author | Mike Buland <mike@xagasoft.com> | 2012-05-03 22:20:35 +0000 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2012-05-03 22:20:35 +0000 |
commit | 75b3ad661c2d6ed382620a25613846c2b2b10f46 (patch) | |
tree | 7f38d38adef79becf14df243b721bf5699e80245 /sml-help.sml | |
parent | 105aa3262bde83a33394ec57401ecf53e8d81971 (diff) | |
download | stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.gz stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.bz2 stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.xz stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.zip |
Misc updates.
Diffstat (limited to '')
-rw-r--r-- | sml-help.sml | 18 |
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 @@ | |||
1 | SML - STAGE Markup Language help[break][break] | ||
2 | SML has two types of tags, unary tags stand on their own and are fenced by | ||
3 | square brackets like \[break]. Putting a \[braek] in anywhere will add a | ||
4 | paragraph break. This is the only way to insert a newline manually, as SML will | ||
5 | reformat your text to fit the available space automatically. | ||
6 | [break] | ||
7 | There are also binary tags, which contain text and let you change the formatting | ||
8 | in a variety of ways. For example, you can set the [yellow>color of some | ||
9 | text<yellow]. Binary tags start with \[tagname> and end with \<tagname]. | ||
10 | [break][break] | ||
11 | Color 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] | ||