Created
September 3, 2012 17:05
-
-
Save smathot/3610882 to your computer and use it in GitHub Desktop.
Text formatting in OpenSesame
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenSesame supports a sub-set of HTML tags: | |
| - <b>Bold face</b> | |
| - <i>Italic</i> | |
| - <u>Underline</u> | |
| In addition, you can pass 'color', 'size', and 'style' as keywords to a 'span' tag: | |
| - <span color="red">Color</span> | |
| - <span size="32">Font size</span> | |
| - <span style="serif" mce_style="serif">Font style</span> | |
| Finally, you can force newlines with the 'br' tag: | |
| Line 1<br>Line 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment