Sha256: 0020cf9f9598eef19860d423dc726bacf3baa3f1e126920eef52c9cb4e806b51

Contents?: true

Size: 873 Bytes

Versions: 21

Compression:

Stored size: 873 Bytes

Contents

CSS: style.css

Input:
     <em>Emphasis</em>
Result: <em>Emphasis</em>

Input:
	<img src="http://jigsaw.w3.org/css-validator/images/vcss"/>
Result on span: <img src="http://jigsaw.w3.org/css-validator/images/vcss"/>

Result alone: 

<img src="http://jigsaw.w3.org/css-validator/images/vcss"/>

Without closing:

<img src="http://jigsaw.w3.org/css-validator/images/vcss">

<div markdown="1">
	This is *true* markdown text (paragraph)

	<p markdown="1">
		This is *true* markdown text (no paragraph)
	</p>
</div>

<table>
<tr>
<td markdown="1">This is *true* markdown text. (no par)</td>
<td markdown="block">This is *true* markdown text. (par)</td>
</tr>
</table>


The following is invalid HTML, and will generate an error:

<table>
<td markdown="1">This is *true* markdown text. (no par)</td>
<td markdown="block">This is *true* markdown text. (par)</td>
</tr>
</table>

Version data entries

21 entries across 21 versions & 4 rubygems

Version Path
bai-maruku-0.5.9 tests/others/inline_html.md
remi-maruku-0.5.9 tests/others/inline_html.md
maruku-0.6.1 tests/others/inline_html.md
vanity-1.7.1 vendor/ruby/1.9.1/gems/maruku-0.6.0/tests/others/inline_html.md
maruku-0.2.13 tests/others/inline_html.md
maruku-0.3.0 tests/others/inline_html.md
maruku-0.4.0 tests/others/inline_html.md
maruku-0.5.0 tests/others/inline_html.md
maruku-0.5.3 tests/others/inline_html.md
maruku-0.4.2 tests/others/inline_html.md
maruku-0.4.2.1 tests/others/inline_html.md
maruku-0.5.1 tests/others/inline_html.md
maruku-0.5.2 tests/others/inline_html.md
maruku-0.4.1 tests/others/inline_html.md
maruku-0.5.6 tests/others/inline_html.md
maruku-0.5.4 tests/others/inline_html.md
maruku-0.5.5 tests/others/inline_html.md
maruku-0.5.9 tests/others/inline_html.md
maruku-0.6.0 tests/others/inline_html.md
maruku-0.5.7 tests/others/inline_html.md