Skip to content

Commit e8d8347

Browse files
exil0867chevdor
andauthored
Update outdated example (#18)
* Update outdated example * Update md Co-authored-by: Wilfried Kopp <wilfried@parity.io>
1 parent f6d730e commit e8d8347

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@ and a call such as `tera --template template.tera data.json` will produce:
5050
<title> Demo </title>
5151

5252
<ul>
53-
<li><a href="http://example.org/alice">Alice</a></li>
54-
<li><a href="http://example.org/bob">Bob</a></li>
53+
<li><a href="http://example.org/alice">Alice
54+
Alice likes red green yellow
55+
</a></li>
56+
<li><a href="http://example.org/bob">Bob
57+
Bob likes orange
58+
</a></li>
5559

5660
</ul>
5761

README_src.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ and a call such as `tera --template template.tera data.json` will produce:
3636
<title> Demo </title>
3737
3838
<ul>
39-
<li><a href="http://example.org/alice">Alice</a></li>
40-
<li><a href="http://example.org/bob">Bob</a></li>
39+
<li><a href="http://example.org/alice">Alice
40+
Alice likes red green yellow
41+
</a></li>
42+
<li><a href="http://example.org/bob">Bob
43+
Bob likes orange
44+
</a></li>
4145
4246
</ul>
4347
----

0 commit comments

Comments
 (0)