Aozora2Epub
view release on metacpan or search on metacpan
--- html
<h1 id="h1">header1</h1>
<h2 id="h11">header1-1</h2>
<h3 id="h111">header1-1-1</h3>aaa<br />
<h2 id="h12">header1-2</h2>
<h3 id="h121">header1-2-1</h3>bbb<br />
--- expected
- |
<h1 id="h1">header1</h1>
<h2 id="h11">header1-1</h2>
<h3 id="h111">header1-1-1</h3>aaa
- |
<br /><h2 id="h12">header1-2</h2>
<h3 id="h121">header1-2-1</h3>bbb<br />
--- note
é£ç¶ãã<h[123]ã§ã¯ä¸åº¦ãããã¡ã¤ã«åå²ããªã
=== h1 elem h2 h3
--- html
<h1 id="h1">header1</h1>
<div style="margin-left: 4em">ããã</div>
<h2 id="h11">header1-1</h2>
<h3 id="h111">header1-1-1</h3>aaa<br />
--- expected
- |
<h1 id="h1">header1</h1>
<div style="margin-top: 4em">ããã</div>
- |
<h2 id="h11">header1-1</h2>
<h3 id="h111">header1-1-1</h3>aaa<br />
=== dokuritu tobira
--- html
ã
<span class="notes">ï¼»ï¼æ¹ä¸ï¼½</span><br />
<span class="notes">ï¼»ï¼ãã¼ã¸ã®å·¦å³ä¸å¤®ï¼½</span><br />
<br />
<br />
<div class="jisage_7" style="margin-left: 7em"><h3 class="o-midashi"><a class="midashi_anchor" id="midashi260">æååå
«å¹´</a></h3></div>
<br />
<br />
<span class="notes">ï¼»ï¼æ¹ä¸ï¼½</span><br />
<br />ããã
--- expected
- 'ã '
- '<br /><br /><br /><br /><h3 class="o-midashi" id="midashi260" style="text-indent: 7em">æååå
«å¹´</h3><br /><br />'
- <br /><br />ããã
=== jisage
--- html
<br />
<div class="jisage_2" style="margin-left: 2em">
<h3 class="o-midashi"><a class="midashi_anchor" id="midashi560">å
çã¨ç§</a></h3>
</div>
<br />
--- expected
- '<h3 class="o-midashi" id="midashi560" style="text-indent: 2em">å
çã¨ç§</h3><br />'
=== figure with caption
--- html
<img class="illustration" src="fig4990_07.png" alt="XXX ã®ãã£ãã·ã§ã³ä»ãã®å³" /><br />
<span class="caption">XXX</span><br />
--- expected
- |
<figure>
<img alt="XXX ã®ãã£ãã·ã§ã³ä»ãã®å³" class="illustration" src="../images/fig4990_07.png" />
<figcaption class="caption">XXX</figcaption>
</figure>
<br />
=== jisage
--- html
<div style="margin-left: 3em">ããããã</div>
--- expected
- '<div style="margin-top: 3em">ããããã</div>'
=== chitsuki
--- html
<div style="margin-right: 3em">ããããã</div>
--- expected
- '<div style="margin-bottom: 3em">ããããã</div>'
=== kei-kakomi
--- html
<div style="width: 8em">ããã</div>
--- expected
- '<div style="height: 8em">ããã</div>'
( run in 1.742 second using v1.01-cache-2.11-cpan-364913b4093 )