tests/unittest/list2.md in maruku-0.4.0 vs tests/unittest/list2.md in maruku-0.4.1
- old
+ new
@@ -14,11 +14,13 @@
md_el(:document,[
md_el(:ul,[
md_el(:li,[
md_par(["This is a list item with two paragraphs."]),
md_par([
- "This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit"
+ "This is the second paragraph in the list item. You",
+ md_entity("rsquo"),
+ "re only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit"
])
],{:want_my_paragraph=>true},[]),
md_el(:li,[md_par(["other"])],{:want_my_paragraph=>false},[])
],{},[])
],{},[])
@@ -26,11 +28,11 @@
<ul>
<li>
<p>This is a list item with two paragraphs.</p>
-<p>This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit</p>
+<p>This is the second paragraph in the list item. You’re only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit</p>
</li>
<li>
<p>other</p>
</li>
@@ -49,16 +51,16 @@
\end{itemize}
*** Output of to_md ***
-This is a list item with two paragraphs.
-This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit
+This is the second paragraph in the list item. Youre only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit
-ther
*** Output of to_s ***
-This is a list item with two paragraphs.This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elitother
+This is a list item with two paragraphs.This is the second paragraph in the list item. Youre only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elitother
*** EOF ***
OK!
@@ -76,18 +78,19 @@
</ul>
*** Output of Markdown.pl (parsed) ***
<ul>
<li
- ><p>This is a list item with two paragraphs.</p
- >
+ ><p>This is a list item with two paragraphs.</p
+ >
+
<p>This is the second paragraph in the list item. You're
only required to indent the first line. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit.</p
- ></li
- >
+ ></li
+ >
<li
- ><p>other</p
- ></li
- >
+ ><p>other</p
+ ></li
+ >
</ul
- >
+ >
\ No newline at end of file