Skip to content
Minimal Blog
TwitterHomepage

Harry Potter and the Half-Blood Prince

Novel, Highlight1 min read

NumberTitleYear
1Harry Potter and the Philosopher’s Stone2001
2Harry Potter and the Chamber of Secrets2002
3Harry Potter and the Prisoner of Azkaban2004

View raw (TEST.md)

This is a paragraph.

1This is a paragraph.

Header 1

Header 2

1Header 1
2========
3
4Header 2
5--------

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

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.

  1. This is the first list item.
  2. 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- Red
2- Green
3- Blue
4
5* Red
6* Green
7* Blue
8
9- Red
10- Green
11- Blue
  • code goes here in this line
  • bold goes here
1- `code goes` here in this line
2- **bold** goes here
  1. Buy flour and salt
  2. Mix together with water
  3. Bake
11. Buy flour and salt
21. Mix together with water
31. Bake
  1. code goes here in this line
  2. bold goes here
11. `code goes` here in this line
21. **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.

Alt Text

1![Alt Text](https://placehold.it/200x50 "Image Title")