Latest Maruku and Tweak for itex2MML 1.3.4
Instiki's LaTeX output also supports \Perp.
This commit is contained in:
parent
5dd0507acc
commit
9b7b6fb805
94 changed files with 2126 additions and 1171 deletions
|
@ -79,15 +79,27 @@ Header with attributesHeader with attributesHeader no attributesParagraph with a
|
|||
<p>{:hello: .chello}</p>
|
||||
|
||||
*** Output of Markdown.pl (parsed) ***
|
||||
<div
|
||||
><h2>Header with attributes {#header1} </h2
|
||||
><h3>Header with attributes ### {#header2}</h3
|
||||
><h3>Header no attributes</h3
|
||||
><p>{:warn2}Paragraph with a.
|
||||
{#par1}</p
|
||||
><p>Paragraph with <em>emphasis</em
|
||||
>{:hello notfound}
|
||||
{#par2}</p
|
||||
><p>{:hello: .chello}</p
|
||||
></div
|
||||
>
|
||||
<div>
|
||||
<h2>
|
||||
Header with attributes {#header1}
|
||||
</h2>
|
||||
<h3>
|
||||
Header with attributes ### {#header2}
|
||||
</h3>
|
||||
<h3>
|
||||
Header no attributes
|
||||
</h3>
|
||||
<p>
|
||||
{:warn2}Paragraph with a. {#par1}
|
||||
</p>
|
||||
<p>
|
||||
Paragraph with
|
||||
<em>
|
||||
emphasis
|
||||
</em>
|
||||
{:hello notfound} {#par2}
|
||||
</p>
|
||||
<p>
|
||||
{:hello: .chello}
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue