Make your event, league, or tournament descriptions pop with Markdown! Easily bold text, create clickable links, and add headings of various sizes.
How to bold text
To bold text, place two asterisks (**
) before and after the word or phrase.
Markdown | Preview |
---|---|
**bolded words** | bolded words |
We have some **important** text | We have some important text |
How to italicize text
To italicize text, place one asterisk (*
) before and after the word or phrase.
Markdown | Preview |
---|---|
*italicized text* | italicized text |
We have some *italicized* text | We have some italicized text |
How to create links
To create clickable links, also known as hyperlinks, follow this format: [Link Text](URL starting with https://)
Markdown | Preview |
---|---|
[Go to OpenSports](https://opensports.net/) | Go to OpenSports |
Click on this [link](https://opensports.net/) for OpenSports | Click on this link for OpenSports |
How to create headings
To create headings, place one or more number signs (#
) followed by a space before the heading text.
Markdown | Preview |
---|---|
# The title | The title |
## A subtitle | A subtitle |
How to create lists
To make bullet (unordered) lists, start each line with a dash (-
) or asterisk (*
) followed by a space.
Markdown | Preview |
---|---|
- Pickleball - Tennis |
|
* Volleyball * Basketball |
|
To make numbered (ordered) lists, use numbers followed by a period and a space.
Markdown | Preview |
---|---|
1. Pickleball 2. Tenis |
|
How to create tables
Use pipes (|
) to separate columns, and dashes (---
) to separate the header from the body.
Markdown | Preview | ||||||
---|---|---|---|---|---|---|---|
| Name | Sport | |------|--------| | Alex | Pickleball | | Kent | Volleyball | |
|
Learn more about Markdown
Want to level up your Markdown skills? Check out this handy Markdown Cheat Sheet.
Questions? Send them our way: support@opensports.net