Supported Text Formatting
Basic Formatting
**text** | bold |
''text'' | bold |
*text* | italic |
//text// | italic |
__text__ | underline |
--text-- | strikethrough |
^^text^^ | superscript |
~~text~~ | subscript |
--- | horizontal rule (4 dashes for sugarcube) |
/* text */ | comment |
/% text %/ | comment |
Alignment (Harlowe)
<== | left align |
==> | right align |
<==> | justified |
==><== | centered, use more = on either side to adjust margins |
Blockquote (Sugarcube)
> | blockquote |
>> | blockquote (nested)
|
Lists (Harlowe)
* | |
** | |
0. | - ordered list
|
0.0. | - ordered list (nested)
|
Lists (Sugarcube)
* | |
** | |
# | - ordered list
|
## | - ordered list (nested)
|
Headings (Harlowe)
# | Heading 3 |
## | Heading 4 |
### | Heading 5 |
#### | Heading 6 |
Headings (Sugarcube)
! | Heading 3 |
!! | Heading 4 |
!!! | Heading 5 |
!!!! | Heading 6 |
No-Markup (Harlowe)
Enclose text in one or more backticks `
to turn off formatting in that text. You can include backticks inside the text by using more backticks to surround it (e.g. `` no `processing` here``
).