Pomoc:Formatting
🎨 **Advanced Formatting**
Learn how to format text styles, lists, blockquotes, and code blocks.
✍️ Basic Text Formatting
| What to type | What you get |
|---|---|
| ''italic'' | italic |
| '''bold''' | bold |
| '''''bold & italic''''' | bold & italic |
📋 Lists
Bulleted Lists
* First item
** Sub-item
* Second item
Numbered Lists
# Step one
# Step two
## Sub-step
💬 Quotes & Code
To create a blockquote, wrap text in blockquote tags:
This is a blockquote for important notes or quotes.
To display raw code lines, wrap your text in <pre>...</pre> tags like this:
This is text