Q: How can I use formatting (bold, italic, etc) in Zephyr on Athena?
Answer
Zephyr allows you to use formatting commands inside "zwrite" messages. The following commands are available:
- @b or @bold: bold type
- @i or @italic: italicized type
- @l or @left places text flushleft
- @r or @right places text flushright
- @c or @center centers text
- @huge produces "huge" text
- @large produces large text
- @medium produces medium text
- @small produces small text
- @beep() causes it to beep once
Note: After giving the command, you'll need to enclose the text in delimiters. You may use ( ), { }, [ ], or < >.
For example:
@b[This is some text]
would produce the following:
This is some text