Markdown is a simple way to format text that looks great on any device. Here's how to use it in Ploi's support platform:
Basic formatting
- Bold: use
**double asterisks**around text. - Italic: use
*single asterisks*around text. Strikethrough: use~~double tildes~~around text.
Headers
Create headers by using # symbols:
# Main header (H1)
## Sub-header (H2)
### Smaller header (H3)
Lists
Unordered list:
- Use a dash
-or asterisk* - For each list item
Ordered list:
- Use numbers
- For each item
Links
Create a link like this: [Ploi](https://ploi.io)
Code
For inline code, use single backticks: `code here`
For code blocks, use triple backticks:
function example() {
return "Hello, Ploi!";
}
Quotes
Use a > symbol for quotes.
Horizontal rule
Use three dashes --- for a horizontal line.
Remember, Markdown is designed to be easy to write and read.