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

  1. Item 1

  2. Item 2

  3. Item 3

  4. Item 4

Unordered Lists

  • one

  • two

  • three

Images

Hyperlinks

This is a link

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.