File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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----
You can’t perform that action at this time.
0 commit comments