Markdown Formatting

Modified on Wed, Jun 24 at 2:28 PM

Markdown formatting is a simple way to add custom styling to your text. 


Here are various markdown elements that you can use.


ElementDescriptionExampleResult
#
Large heading# Bid Information
Bid Information
##Medium heading
## Bid InformationBid Information
###Small heading### Bid InformationBid 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~~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 blockquoteThis 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 |
Column 1Column 2
Data 1Data 2
Data 3Data 4

`Code`code`code
```
Code block
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
{
"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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article