Sync with latest Maruku
Contains Ari Stern's additions for Blahtex support.
This commit is contained in:
parent
e1c7d035c9
commit
37aff87d71
100 changed files with 715 additions and 2848 deletions
|
@ -59,51 +59,6 @@ This is ruby code:This is ruby code:
|
|||
|
||||
|
||||
*** Output of Markdown.pl ***
|
||||
<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>
|
||||
|
||||
(not used anymore)
|
||||
*** Output of Markdown.pl (parsed) ***
|
||||
<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>
|
||||
(not used anymore)
|
Loading…
Add table
Add a link
Reference in a new issue