Skip to content

Commit

Permalink
Add a pending test for issue #31
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Feb 18, 2013
1 parent 1345265 commit 73b0e56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/block_docs/issue31.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PENDING - Markdown should be processed inside span-level tags. https://github.com/bhollis/maruku/issues/31
*** Parameters: ***
{}
*** Markdown input: ***
<span>*hello*</span>
*** Output of inspect ***
md_el(:document, [])
*** Output of to_html ***
<p><span><em>hello</em></span></p>

0 comments on commit 73b0e56

Please sign in to comment.