コード例 #1
0
 public void BlockQuote(string input, string expected)
 {
     Assert.Equal(expected, Format.BlockQuote(input));
 }