Skip to content

Commit

Permalink
Add a pending test for issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Feb 18, 2013
1 parent 73b0e56 commit 677aa77
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions spec/block_docs/issue30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
PENDING - List markers typically start at the left margin, but may be indented by up to three spaces. https://github.com/bhollis/maruku/issues/30
*** Parameters: ***
{}
*** Markdown input: ***
This is a list:

* a list

And this:

* still a list
*** Output of inspect ***
md_el(:document, [])
*** Output of to_html ***
<p>This is a list:</p>

<ul>
<li>a list</li>
</ul>

<p>And this:</p>

<ul>
<li>still a list</li>
</ul>

0 comments on commit 677aa77

Please sign in to comment.