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:
Copy
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.