Better text/html serialization
For the Andrew Staceys of this world: deal with empty element in a more text/html-friendly fashion.
This commit is contained in:
parent
27ad6ff2a8
commit
2d303d54a0
20 changed files with 41 additions and 41 deletions
|
@ -31,7 +31,7 @@ puts Maruku.new($stdin).to_html</code></pre>
|
|||
|
||||
<p>This is ruby code:</p>
|
||||
|
||||
<pre class="ruby"><code lang="ruby"><span class="ident">require</span> <span class="punct">'</span><span class="string">maruku</span><span class="punct">'</span></code></pre>
|
||||
<pre class="ruby"><code lang="ruby" xml:lang="ruby"><span class="ident">require</span> <span class="punct">'</span><span class="string">maruku</span><span class="punct">'</span></code></pre>
|
||||
|
||||
<pre><code>puts Maruku.new($stdin).to_html</code></pre>
|
||||
*** Output of to_latex ***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue