Skip to content

Commit

Permalink
Update outdated example (#18)
Browse files Browse the repository at this point in the history
* Update outdated example

* Update md

Co-authored-by: Wilfried Kopp <wilfried@parity.io>
  • Loading branch information
exil0867 and chevdor authored Oct 30, 2022
1 parent f6d730e commit e8d8347
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ and a call such as `tera --template template.tera data.json` will produce:
<title> Demo </title>

<ul>
<li><a href="http://example.org/alice">Alice</a></li>
<li><a href="http://example.org/bob">Bob</a></li>
<li><a href="http://example.org/alice">Alice
Alice likes red green yellow
</a></li>
<li><a href="http://example.org/bob">Bob
Bob likes orange
</a></li>

</ul>

Expand Down
8 changes: 6 additions & 2 deletions README_src.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ and a call such as `tera --template template.tera data.json` will produce:
<title> Demo </title>
<ul>
<li><a href="http://example.org/alice">Alice</a></li>
<li><a href="http://example.org/bob">Bob</a></li>
<li><a href="http://example.org/alice">Alice
Alice likes red green yellow
</a></li>
<li><a href="http://example.org/bob">Bob
Bob likes orange
</a></li>
</ul>
----
Expand Down

0 comments on commit e8d8347

Please sign in to comment.