init
This commit is contained in:
3
bml/test/tutorial-example3/index.bml
Executable file
3
bml/test/tutorial-example3/index.bml
Executable file
@@ -0,0 +1,3 @@
|
||||
<?heading Lava Lamps heading?>
|
||||
|
||||
<?subhead Oil-based Lava Lamps (and Chickens) subhead?>
|
||||
6
bml/test/tutorial-example3/index.correct
Executable file
6
bml/test/tutorial-example3/index.correct
Executable file
@@ -0,0 +1,6 @@
|
||||
<h1 class="heading"><img src="logo.png"/> Lava Lamps</h1>
|
||||
|
||||
<!-- This is a subheading, which naturally requires a chicken above it -->
|
||||
<img src="chicken.png" /><br />
|
||||
<h2 class="subheading">Oil-based Lava Lamps (and Chickens)</h2>
|
||||
|
||||
6
bml/test/tutorial-example3/scheme.look
Executable file
6
bml/test/tutorial-example3/scheme.look
Executable file
@@ -0,0 +1,6 @@
|
||||
heading=><h1 class="heading"><img src="logo.png"/> %%DATA%%</h1>
|
||||
subhead<=
|
||||
<!-- This is a subheading, which naturally requires a chicken above it -->
|
||||
<img src="chicken.png" /><br />
|
||||
<h2 class="subheading">%%DATA%%</h2>
|
||||
<=subhead
|
||||
Reference in New Issue
Block a user