Skip to content

Commit 3b2d226

Browse files
committed
add: samples: CJK sample
The rendering is completely borked but the layout seems to be fine.
1 parent 4a3f7c7 commit 3b2d226

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

samples/007.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ <h1>Check your console, there must be a few log messages there :^)</h1>
2323
<h2>There aren't that many logs (or there's none!)</h2>
2424
<p>File a bug report.</p>
2525
</body>
26+
</html>

samples/008.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>CJK rendering</title>
5+
</head>
6+
<body>
7+
<h1>こんにちは、今日はいい天気ですね。外に出かけますか?</h1>
8+
<p>你好,今天的天气很好。你打算出去吗?</p>
9+
10+
<h2>안녕하세요, 오늘 날씨가 좋네요. 밖에 나갈 거예요?</h2>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)