Harry Potter and the Half-Blood Prince
— Novel, Highlight — 1 min read
Number | Title | Year |
---|---|---|
1 | Harry Potter and the Philosopher’s Stone | 2001 |
2 | Harry Potter and the Chamber of Secrets | 2002 |
3 | Harry Potter and the Prisoner of Azkaban | 2004 |
This is a paragraph.
1This is a paragraph.
Header 1
Header 2
1Header 12========3
4Header 25--------
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
1# Header 12## Header 23### Header 34#### Header 45##### Header 56###### Header 6
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
1# Header 1 #2## Header 2 ##3### Header 3 ###4#### Header 4 ####5##### Header 5 #####6###### Header 6 ######
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
1> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
This is a header.
- This is the first list item.
- This is the second list item.
Here's some example code:
1Markdown.generate();
1> ## This is a header.2> 1. This is the first list item.3> 2. This is the second list item.4>5> Here's some example code:6>7> Markdown.generate();
- Red
- Green
- Blue
- Red
- Green
- Blue
- Red
- Green
- Blue
1- Red2- Green3- Blue4
5* Red6* Green7* Blue8
9- Red10- Green11- Blue
code goes
here in this line- bold goes here
1- `code goes` here in this line2- **bold** goes here
- Buy flour and salt
- Mix together with water
- Bake
11. Buy flour and salt21. Mix together with water31. Bake
code goes
here in this line- bold goes here
11. `code goes` here in this line21. **bold** goes here
Paragraph:
1Code
1Paragraph:2
3 Code
1* * *2
3***4
5*****6
7- - -8
9---------------------------------------
This is an example link.
This link has no title attr.
This is an example reference-style link.
1This is [an example](http://example.com "Example") link.2
3[This link](http://example.com) has no title attr.4
5This is [an example] [id] reference-style link.6
7[id]: http://example.com "Optional Title"
single asterisks
single underscores
double asterisks
double underscores
1*single asterisks*2
3_single underscores_4
5**double asterisks**6
7__double underscores__
This paragraph has some code
in it.
1This paragraph has some `code` in it.
1![Alt Text](https://placehold.it/200x50 "Image Title")