+
An introduction to the topic at hand.
+
+ - First item
+
+ - Nested item
+
+ - Deeply nested item
+ - Another one
+
- And one level deeper still
+
+
+
+
+
+ - Second item
+
+
+ | Column A | Column B |
+
+ A cell holding a paragraph. |
+ - A cell holding a list
- with two entries
|
+
+
+
A closing paragraph with bold and emphasized text.
+
+ """;
+
+ return string.Concat(Enumerable.Repeat(BLOCK, 20));
+ }
+
+ ///