CommonMark stuff
Text can be bold, italic, inserted, or deleted.
The line break should render as a space. The line break should render as a space.
There should be a hard line break between these two lines.
There should be a hard line break between these two lines.
There should be whitespace between paragraphs.
There should be whitespace between paragraphs.
A beautiful image will be rendered below:
Heading 2
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Heading 3
This is a blockquote.
<insert something someone else said here>
Heading 4
An amazing <code>
block follows this paragraph:
main ( ) {
printf("hello, world");
}
Heading 5
- This is an unordered list.
- This is an unordered list.
- This is an unordered list.
Heading 6
- This is an ordered list.
- This is an ordered list.
- This is an ordered list.
Other stuff
- Level 1
- Level 2
- Level 3
- Level 2
- Level 1
- Level 2
- Level 3
- Level 2
https://en.wikipedia.org is an autolink (and autolink is flanked by <i>
tags in the source document!).
This is a long code block, lines should not be wrapping here.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
The next section is separated by a thematic break (---
) which becomes a <hr />
!
You can check out other posts in this demo!