add paragraph test

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-05-06 15:13:43 +07:00
parent e7c563fb67
commit 91283d41ce

View File

@ -95,6 +95,19 @@ _**italic with underscore, bold with asterisk**_";
});
}
[Test]
public void TestParagraph()
{
AddStep("Add paragraph", () =>
{
markdownContainer.Text = @"first paragraph
second paragraph
third paragraph";
});
}
[Test]
public void TestFencedCodeBlock()
{