Decorate your event description text with Markdown

Easily create links, bold text, and create headings

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.

MarkdownPreview
**bolded words**bolded words
We have some **important** textWe have some important text

How to italicize text

To italicize text, place one asterisk (*) before and after the word or phrase.

MarkdownPreview
*italicized text*italicized text
We have some *italicized* textWe have some italicized text

To create clickable links, also known as hyperlinks, follow this format: [Link Text](URL starting with https://)

MarkdownPreview
[Go to OpenSports](https://opensports.net/)Go to OpenSports
Click on this [link](https://opensports.net/) for OpenSportsClick 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.

MarkdownPreview
# 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.

MarkdownPreview
- Pickleball
- Tennis
  • Pickleball
  • Tennis
* Volleyball
* Basketball
  • Volleyball
  • Basketball

To make numbered (ordered) lists, use numbers followed by a period and a space.

MarkdownPreview
1. Pickleball
2. Tenis
  1. Pickleball
  2. Tennis

How to create tables

Use pipes (|) to separate columns, and dashes (---) to separate the header from the body.

MarkdownPreview
| Name | Sport |
|------|--------|
| Alex | Pickleball |
| Kent | Volleyball |
NameSport
AlexPickleball
KentVolleyball

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

Was this helpful?