mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
btex: text colouring via emph/itemname/targetname/span
This commit is contained in:
@@ -44,7 +44,7 @@ class BTeXTest : ApplicationAdapter() {
|
||||
|
||||
<p>This example book is designed to give you the example of the Book Language.</p>
|
||||
|
||||
<section>What Really Is a Book</section>
|
||||
<section hide="1">What Really Is a Book</section>
|
||||
|
||||
<p>A book is a collection of texts printed in a special way that allows them to be read easily, with
|
||||
enumerable pages and insertion of other helpful resources, such as illustrations and <a href="btex language">hyperlinks</a>.</p>
|
||||
@@ -56,7 +56,7 @@ class BTeXTest : ApplicationAdapter() {
|
||||
<newpage />
|
||||
|
||||
<fullpagebox>
|
||||
<p>text <emph>emph</emph> and <itemname>item</itemname> on <targetname>target</targetname></p>
|
||||
<p>text <emph>emph</emph> and <itemname>item</itemname> on <targetname>target</targetname></p>
|
||||
</fullpagebox>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user