Markdown
March 20, 2023
Markdown Syntax Example
display the markdown syntax in iTheme
Headings
# H1
## H2
### H3
#### H4
##### H5
###### H6H1
H2
H3
H4
H5
H6
Image
Image - Wide

Image - Big

Image - Inline

Image Wide
Image Big
Image Inline
Block Quotes
> You are young and life is long - Pink FloydYou are young and life is long - Pink Floyd
Code Blocks
```javascript
function say() {
const greeting = "I'll see you on the dark side of the moon";
console.log(greeting);
}
```function say() {
const greeting = "I'll see you on the dark side of the moon";
console.log(greeting);
}Table
| Band | Country | Song |
| ------------------ | :-----------: | --------------: |
| Pink Floyd | *UK* | Time |
| Led Zeppelin | **UK** | Immigrant Song |
| The Rolling Stones | ~~UK~~ | Don't Stop |
| Nirvana | ~~***USA***~~ | Come as You Are || Band | Country | Song |
|---|---|---|
| Pink Floyd | UK | Time |
| Led Zeppelin | UK | Immigrant Song |
| The Rolling Stones | Don’t Stop | |
| Nirvana | Come as You Are |
List Types
Ordered List
1. Queen
2. The Velvet Underground
3. Dire Straits- Queen
- The Velvet Underground
- Dire Straits
Unordered List
- David Bowie
- Iggy Pop
- Bob Dylan- David Bowie
- Iggy Pop
- Bob Dylan
Emoji
This is a test for emoji. 😄 🙈 😸 🍉
Copyright: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
Author: Floyd Li
Posted on: March 20, 2023