authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:44:55 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:44:55 -07:00
loga135ca3268d90709492056b008b20238da4dccc0
tree28700dbf14be26b737f0bb53dc18cbbc2b2b7ca0
parentdb1702338834c11c8aa48cc79cb5c1abf5aa4ac5

example- add non-ascii string


1 files changed, 1 insertions(+), 0 deletions(-)

src/main.zig+1
...@@ -14,6 +14,7 @@ const example_document =...@@ -14,6 +14,7 @@ const example_document =
14 \\ p("This is an example HTML document written in "a[href="https://github.com/nektro/zig-pek"]("Pek")".")14 \\ p("This is an example HTML document written in "a[href="https://github.com/nektro/zig-pek"]("Pek")".")
15 \\ p("Pek is written by "{author}".")15 \\ p("Pek is written by "{author}".")
16 \\ p("Her favorite plant is the "{favorite.flower})16 \\ p("Her favorite plant is the "{favorite.flower})
17 \\ p("Hello, 世界")
17 \\ p("The most populous US cities are:")18 \\ p("The most populous US cities are:")
18 \\ ul(19 \\ ul(
19 \\ {#each top_cities}20 \\ {#each top_cities}