diff -r c150d042ffff -r e6b607104dc6 nashorn/test/script/markdown/blockquote-nested-markdown.js.EXPECTED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nashorn/test/script/markdown/blockquote-nested-markdown.js.EXPECTED Thu Dec 12 19:02:43 2013 +0530 @@ -0,0 +1,13 @@ +
+

This is a header.

+ +
    +
  1. This is the first list item.
  2. +
  3. This is the second list item.
  4. +
+ +

Here's some example code:

+ +
return shell_exec("echo $input | $markdown_script");
+
+