From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Mon, 14 Jul 2008 16:17:33 +0500 Subject: A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output. --- .../markdown-test/blockquotes-with-dode-blocks.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'tests/markdown-test/blockquotes-with-dode-blocks.html') diff --git a/tests/markdown-test/blockquotes-with-dode-blocks.html b/tests/markdown-test/blockquotes-with-dode-blocks.html index 275749f..e7c79d9 100644 --- a/tests/markdown-test/blockquotes-with-dode-blocks.html +++ b/tests/markdown-test/blockquotes-with-dode-blocks.html @@ -1,13 +1,16 @@ - -

Example: -

-
sub status {
+
+

Example:

+
+sub status {
     print "working";
 }
-

Or: -

-
sub status {
+
+
+

Or:

+
+sub status {
     return "working";
 }
-
- +
+
+
\ No newline at end of file -- cgit v1.2.3