Markdown Renderer Testing
With this post I am testing the capabilities of the markdown renderer.
This is a Sub Header
Here is another section.
This is another section: Because Markdown requres two newlines after a section to produce one newline in the rendererd form, the following sentence should appear, as if it is part of the same paragraph. This should be in the same paragraph
Here is same styling for bold text text more bold text textboldtext and italics or italics
This is a combination of both bold and italics text
Quotes
This is a good quote from a book I read once.
This is another paragraph in the quote
This is a quote within another quote More quote
Lists
Ordered Lists
Item 1
Item 2
Item 3
Item 4
Unordered Lists
one
two
three
Images

Hyperlinks
Codeblocks
Here is some computercode: Inline Computercode: printf("Hello Everybody") Outline Computercode:
void main(void){
printf("Hello World!\n");
}
Rules
Some Text
More Text
Text
Text to be rendered
HTML
Here is some HTML injected code.