— 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.
1Header 12========34Header 25--------
1# Header 12## Header 23### Header 34#### Header 45##### Header 56###### 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();
1- Red2- Green3- Blue45* Red6* Green7* Blue89- Red10- Green11- Blue
code goes
here in this line1- `code goes` here in this line2- **bold** goes here
11. Buy flour and salt21. Mix together with water31. Bake
code goes
here in this line11. `code goes` here in this line21. **bold** goes here
Paragraph:
1Code
1Paragraph:23 Code
1* * *23***45*****67- - -89---------------------------------------
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.23[This link](http://example.com) has no title attr.45This is [an example] [id] reference-style link.67[id]: http://example.com "Optional Title"
single asterisks
single underscores
double asterisks
double underscores
1*single asterisks*23_single underscores_45**double asterisks**67__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")