Misc Cleanup
Cleaned up some dependencies, and added a mime_types.yml file for Mongrel-compatibility.
This commit is contained in:
parent
f101ee9a21
commit
4586614914
89 changed files with 1265 additions and 1812 deletions
|
@ -63,8 +63,38 @@ This is ruby code:This is ruby code:
|
|||
|
||||
<pre><code>require 'maruku'
|
||||
|
||||
puts Maruku.new(<math xmlns='http://www.w3.org/1998/Math/MathML' display='inline'><mi>stdin</mi><mo stretchy="false">)</mo><mo>.</mo><msub><mi>to</mi> <mi>html</mi></msub><mi>This</mi><mi>is</mi><mi>ruby</mi><mi>code</mi><mo>:</mo><mi>require</mi><mo>&prime;</mo><mi>maruku</mi><mo>&prime;</mo><mrow><mo>:</mo><mi>lang</mi><mo>=</mo><mi>ruby</mi><msub><mi>html</mi> <mi>use</mi></msub><msub><mo></mo><mi>syntax</mi></msub></mrow><mi>puts</mi><mi>Maruku</mi><mo>.</mo><mi>new</mi><mo stretchy="false">(</mo></math>stdin).to_html
|
||||
puts Maruku.new($stdin).to_html
|
||||
</code></pre>
|
||||
|
||||
<p>This is ruby code:</p>
|
||||
|
||||
<pre><code>require 'maruku'
|
||||
</code></pre>
|
||||
|
||||
<p>{: lang=ruby html<em>use</em>syntax}</p>
|
||||
|
||||
<pre><code>puts Maruku.new($stdin).to_html
|
||||
</code></pre>
|
||||
|
||||
*** Output of Markdown.pl (parsed) ***
|
||||
Error: #<TypeError: no implicit conversion from nil to integer>
|
||||
<div
|
||||
><p>This is ruby code:</p
|
||||
><pre
|
||||
><code>require 'maruku'
|
||||
|
||||
puts Maruku.new($stdin).to_html
|
||||
</code
|
||||
></pre
|
||||
><p>This is ruby code:</p
|
||||
><pre
|
||||
><code>require 'maruku'
|
||||
</code
|
||||
></pre
|
||||
><p>{: lang=ruby html<em>use</em
|
||||
>syntax}</p
|
||||
><pre
|
||||
><code>puts Maruku.new($stdin).to_html
|
||||
</code
|
||||
></pre
|
||||
></div
|
||||
>
|
Loading…
Add table
Add a link
Reference in a new issue