Use formatting syntax in any text field across all sections.
Use **text** to make text bold.
This is **bold** text.
Use *text* to make text italic.
This is *italic* text.
Use ***text*** for bold and italic.
This is ***bold and italic*** text.
Use ~~text~~ for strikethrough.
This is ~~strikethrough~~ text.
Use ++text++ for underline.
This is ++underline++ text.
Use ==text== for highlight.
This is ==highlight== text.
Use ^text^ for superscript and ~text~ for subscript.
E=mc^2^ H~2~O
Use `text` for inline code.
npm install command.Use the `npm install` command.
Use {text|url} for a custom bold link.
Visit {my lab|https://example.com} for details.
Use \n to insert a line break within a paragraph.
Line one.\nLine two.
Use \ before a special character to display it literally.
This is \*not italic\* text.