mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
fix: btex toc overflow
This commit is contained in:
@@ -160,6 +160,24 @@
|
||||
</ul>
|
||||
|
||||
|
||||
<section>Figures</section>
|
||||
|
||||
<p>Figures, or external images can be inserted using the self-closing <code>img</code> tag.
|
||||
This tag inserts the image starting from the current line; if the size is taller than the
|
||||
remaining lines, the image will be printed onto the next page. Its syntax is as follows:</p>
|
||||
|
||||
<callout align="left" class="code"><!--
|
||||
--><img src="web URL" height="8"/><br/><!--
|
||||
--><img fromgame="basegame:gui/small.png" height="4"/><br/><!--
|
||||
--><img gameitem="basegame:33" height="1"/>
|
||||
</callout>
|
||||
|
||||
<p>The <code>height</code> attribute specifies the height of the image <emph>in the number of lines</emph>,
|
||||
rather than pixels.</p>
|
||||
|
||||
<p>Supported image formats: JPEG, PNG, BMP or TGA</p>
|
||||
|
||||
|
||||
<chapter>The Index Page</chapter>
|
||||
|
||||
<p><index id="index page"/>The contents of the Index Page is filled in automatically by reading through your manuscript.
|
||||
|
||||
Reference in New Issue
Block a user