diff --git a/PHP Markdown.mdtest/Code block in a list item.text b/PHP Markdown.mdtest/Code block in a list item.text index 5f91960..5093348 100644 --- a/PHP Markdown.mdtest/Code block in a list item.text +++ b/PHP Markdown.mdtest/Code block in a list item.text @@ -8,4 +8,8 @@ within a list item. * code block - as first element of a list item \ No newline at end of file + as first element of a list item + +* List Item: + + code block with whitespace on preceding line \ No newline at end of file diff --git a/PHP Markdown.mdtest/Code block in a list item.xhtml b/PHP Markdown.mdtest/Code block in a list item.xhtml index 9ae299d..361c1ae 100644 --- a/PHP Markdown.mdtest/Code block in a list item.xhtml +++ b/PHP Markdown.mdtest/Code block in a list item.xhtml @@ -10,4 +10,9 @@ with a blank line
  • code block
     as first element of a list item
     
  • + +
  • List Item:

    + +
    code block with whitespace on preceding line
    +
  • \ No newline at end of file