init
This commit is contained in:
9
bml/test/tutorial-example4/index.bml
Executable file
9
bml/test/tutorial-example4/index.bml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?section
|
||||
id=>listrules
|
||||
heading=>Rules of the Lists
|
||||
body<=
|
||||
There are many considerations when engaging in mounted combat at a tourney, not
|
||||
the least of which is obeying the convoluted and sometimes confusing localized
|
||||
<em>Rules of the Lists</em>.
|
||||
<=body
|
||||
section?>
|
||||
9
bml/test/tutorial-example4/index.correct
Executable file
9
bml/test/tutorial-example4/index.correct
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
<div id="section-listrules" class="section">
|
||||
<h3>Rules of the Lists</h3>
|
||||
<p>There are many considerations when engaging in mounted combat at a tourney, not
|
||||
the least of which is obeying the convoluted and sometimes confusing localized
|
||||
<em>Rules of the Lists</em>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
11
bml/test/tutorial-example4/scheme.look
Executable file
11
bml/test/tutorial-example4/scheme.look
Executable file
@@ -0,0 +1,11 @@
|
||||
smallcaps=>{D}<span style="font-variant: small-caps">%%DATA%%</span>
|
||||
|
||||
topiclink=>{F}<a href="/topic.pl?name=%%name%%">%%linktext%%</a>
|
||||
|
||||
section<=
|
||||
{F}
|
||||
<div id="section-%%id%%" class="section">
|
||||
<h3>%%heading%%</h3>
|
||||
<p>%%body%%</p>
|
||||
</div>
|
||||
<=section
|
||||
Reference in New Issue
Block a user