pre

This is some text with a snippet.

[SetUp]
public void SetUp()
{
    m = new Markdown();
    m.AutoHeadingIDs = true;
    m.ExtraMode = true;
}
[Test]
public void WithPunctuation()
{
    // ...
}

post