From 0a1c1b5aeb62afa21bd676cfba6cf88821f1176f Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Sun, 25 Mar 2007 03:58:40 +0000 Subject: Added test cases --- tests/misc/br.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/misc/br.html (limited to 'tests/misc/br.html') diff --git a/tests/misc/br.html b/tests/misc/br.html new file mode 100644 index 0000000..6a521e1 --- /dev/null +++ b/tests/misc/br.html @@ -0,0 +1,16 @@ + +

Output: +

+
<p>Some of these words <em>are emphasized</em>.
+Some of these words <em>are emphasized also</em>.</p>
+
+<p>Use two asterisks for <strong>strong emphasis</strong>.
+Or, if you prefer, <strong>use two underscores instead</strong>.</p>
+
+

Lists

+

Unordered (bulleted) lists use asterisks, pluses, and hyphens (*, + +, and -) as list markers. These three markers are + interchangable; this: +

+ + -- cgit v1.2.3