Need a sufficiently long & complex Markdown document for performance testing

Viewed 13675

I'm looking for a long and complex Markdown document that I can use to test performance of different markdown implementations -- as an alternative to iterative benchmarking of a simple document.

I thought I might be able to browse around Stack Overflow and find something, but by and large everything I find is pretty simply written; and so far I'm not finding anything useful on Google.

Is there an existing document that showcases most or all Markdown syntax, perhaps written for just such a test?

3 Answers

Try this out. It's the source markdown of John Gruber's Markdown Syntax page.

Be aware that there is some HTML in there as well.

In fact, nearly all pages on John Gruber's site give you markdown if you append .text to the URL.

Related