This pages tests out my markdown renderer

My goal for this feature is to make it so I can pass a markdown file into a javascript function and it renders it as html

Here is my first renderer

Loading...

Here is my test output that i'd like to see

Test markdown header 1!

Test markdown header 2!

Test markdown header 2!

this is regular text

Now be have bold and italics and strikethrough and bolded strikethrough

  1. Ohh ordered lists too!
  2. Ordering again
  3. Return to ordered list

What about inline code blocks??

And here's some great preformatted code
    With 
        Tabs!!
        

Here is my second renderer

Loading...