Markdown formatting is a simple way to add custom styling to your text.
Here are various markdown elements that you can use.
| Element | Description | Example | Result | ||||||
|---|---|---|---|---|---|---|---|---|---|
| # | Large heading | # Bid Information | Bid Information | ||||||
| ## | Medium heading | ## Bid Information | Bid Information | ||||||
| ### | Small heading | ### Bid Information | Bid Information | ||||||
| ** | Bold text | **This is bold text** | This is bold text | ||||||
| * | Italicized text | *This is italicized text* | This is italicized text | ||||||
| ~~ | Strikethrough | ~~This is strikethrough~~ | |||||||
| 1. 2. 3. | Ordered list | 1. My first item 2. My second item 3. My third item | 1. My first item 2. My second item 3. My third item | ||||||
| - | Bullet point | - My first item - My second item - My third item | ∙ My first item ∙ My second item ∙ My third item | ||||||
| > | Blockquote | > This is my blockquote | This is my blockquote | ||||||
| --- | Horizontal line | --- | |||||||
| []() | Link | [Hero Schedule](https://heroschedule.com/) | Hero Schedule | ||||||
| | | Table | | Column 1 | Column 2 | | ---------- | ---------- | | Data 1 | Data 2 | | Data 3 | Date 4 | |
| ||||||
| ` | Code | `code` | code | ||||||
| ``` | Code block | ``` { "firstName": "John", "lastName": "Smith", "age": 25 } ``` | { |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article