Skip to content

Instantly share code, notes, and snippets.

@jdickey
Last active February 24, 2016 16:55
Show Gist options
  • Select an option

  • Save jdickey/463978d29bb7545af484 to your computer and use it in GitHub Desktop.

Select an option

Save jdickey/463978d29bb7545af484 to your computer and use it in GitHub Desktop.
First sample Markdown content used in evaluation of CommonMark implementations.

Test content

A test of various parsers' ability to deal with Markdown content

This is a sample paragraph with both italic and bold styling. It should be pretty easy. Is this still the first paragraph?

Here comes a list:

  1. First item
  2. Second item.
  • Nested item.
  • Another nested item.
  1. The third item in the outer list.
  2. Another nested list.
  3. This nested list is a numbered list.
  4. The last of the list items.

John Doe said,

Markup without content is meaningless.

Here's a link and here's a link to a real image

Finally, here's a paragraph that has embedded anchor tags with IDs in it.

Testing complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment