This adds a bunch of tests to better exercise the HTML rendering and to be able to track any changes in its behavior. This includes a new `check_all_main_files` to more conveniently check the HTML content of every chapter in a book.
8 lines
No EOL
287 B
HTML
8 lines
No EOL
287 B
HTML
<h1 id="inlines"><a class="header" href="#inlines">Inlines</a></h1>
|
|
<p><em>emphasis</em> <strong>bold</strong> <strong><em>bold emphasis</em></strong></p>
|
|
<p>Some <code>inline code</code>.</p>
|
|
<p>Hard<br />
|
|
break</p>
|
|
<p>Invisible hard<br />
|
|
break</p>
|
|
<p>[escaped] <html> *here*</p> |