Hey there! Want to make your posts stand out in the Sweezy Community? Learning how to format posts with Markdown can make your content more engaging. Here’s a quick guide:
- Basic Formatting:
• Bold: Use **bold**
or __bold__
to make text bold.
• Italics: Use *italics*
or _italics_
to italicize text.
• Strikethrough: Use ~~strikethrough~~
to strike through text.
- Lists:
• Unordered Lists: Use -
or *
for bullet points.
• Example:
- Item 1
• Ordered Lists: Use numbers followed by a period.
• Example:
1. Item 1
- Links:
• Create a link with [link text](URL)
.
• Example: Sweezy Community
- Images:
• Embed images with ![alt text](URL)
.
• Example:
- Blockquotes:
• Use >
to create a blockquote.
• Example:
This is a quote
- Code Blocks:
• Inline code: Use backticks code
.
• Code blocks: Use triple backticks ``` for multi-line code.
- Horizontal Lines:
• Create a horizontal line with ---
Example:
- Tables:
• Create tables using pipes |
and hyphens -
.
| Header 1 | Header 2 |
|----------|----------|
| Cell 1 | Cell 2 |
• Example:
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
- ** Spoilers:**
• Use[spoiler]text[/spoiler]
to hide text until clicked.
• Example:
This is a text.
By mastering Markdown, you’ll make your posts more readable and visually appealing. Happy formatting!