Text formatting
Written by
Updated at March 13, 2024
Highlighting text
New editor
Old editor
Alert
Highlighting only works correctly if the markup characters are adjacent to the text.
Markup | Result |
---|---|
**Bold text** |
|
*Italic* |
|
++Underlined text++ |
|
~~Strikethrough text~~ |
|
##Monospaced text## |
|
==Highlighted text== |
|
Superscript: E=mc^2^ |
|
==Highlighted text== |
|
{red}(Red text) |
|
{blue}(Blue text) Supported colors:
|
Alert
Highlighting only works correctly if the markup characters are adjacent to the text.
Markup | Result |
---|---|
**Bold text** |
|
*Italic* |
|
_Italic_ |
|
//Italic// |
|
__Underlined text__ |
|
~~Strikethrough text~~ |
|
--Strikethrough text-- |
|
##Monospaced text## |
|
++Small font++ |
|
Superscript: E=mc^^2^^ |
|
Subscript: Hvv2vvO |
|
??Highlighted text?? |
|
!!Red text!! |
|
!!(blue)Blue text!! Supported colors:
|
Combining formatting types
You can apply several types of formatting to a single text fragment at the same time:
Markup | Result |
---|---|
_**Bold italic**_ |
|
*!!Red italic!!* |
Text formatting can be used together with other markup elements:
Markup | Result |
---|---|
**[Bold link](http://example.com)** |
|
>Quote with *italic text* |
Other markup
Element | Markup | Result |
---|---|---|
Line break | first line---second line |
|
Pop-up hint | (?Term Definition of the term?) |
|
Pop-up (term with spaces) | (?Term with spaces==Term definition?) |
|
Color code (long) | #ff0000 |
|
Color code (short) | #F00 |
|
Hidden comment | %%(comments) Hidden text%% |