Markdown
What is Markdown?
Markdown is a simple way to format text using symbols, making it easy to add emphasis, headers, lists, and more without fuss.
Bold
You can make text bold by wrapping it between **[text]**
.
Will show up as:
Rush is a well known Canadian band.
Italics
You can make text italic by wrapping it between _[text]_
.
Will show up as:
Rush is a well known Canadian band.
Strike through
You can strike through text by wrapping it between ~~[text]~~
.
Will show up as:
Rush is a not well known Canadian band.
Block quote
You can block quote text by starting a line with a >
.
Will show up as:
Rush is a well known Canadian band.
Titles
You can create a title by starting a line with a #. The more # you add, the smaller the title will be.
Will show up as:
Rush is a well known Canadian band
Rush is a well known Canadian band
Rush is a well known Canadian band
Rush is a well known Canadian band
Rush is a well known Canadian band
Creating a list
To create a list, each item should be on its own line and start with -
Will show up as:
The Canadian band Rush consists of
- Geddy
- Alex
- Neil
Creating a numbered list
To create a numbered list, start each line with a 1. You can increment the number, but this isn’t necessary.
Will show up as:
The Canadian band Rush consists of
- Geddy
- Alex
- Neil
Links
To create a link, put the name of the link between [] and the URL between (). Here is an example:
Links: [The Canadian band Rush](https://www.rush.com)
becomes The Canadian band Rush
Images
To link to an image, you can do the same as creating a link. Put the title between [] and the URL between (). Additionally, add a ! before the opening [.
Here is an image of the band Rush:
Blocks
Blocks can be highlighted by wrapping the text between ```.
Will show up as:
Inline Blocks
To create a block in the middle of a sentence wrap the text between `.
Will show up as:
We are secrets
to each other
Stacking
The way line breaks work in Markdown is different than you expect. But there is a reason!
Will show up as:
The Canadian rock band Rush is SOOOO cool - I love them so much!
Examples
Example 1
Thoughts on song as it is now
- Bass line needs more
movementbounce - Should background vocals be double tracked or emulated?
- Guitars can be louder amiright?!?
- Emphasize word “love” in verse 2
- Acoustic coming into bridge is distracting
Written out as
Basic Text Formatting
Element | Syntax | Example |
---|---|---|
Bold | **text** | bold text |
Italic | *text* or _text_ | italic text |
Strikethrough | ~~text~~ | |
Inline code | `code` | inline code |
Headers
Use #
for headers. More #
symbols create smaller headers: