blob: e55168fdf5f7117fcf77e6a5973601e3c233ab97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE HTML>
<html>
<meta charset="utf-8">
<style>
div {
font-family:monospace;
width:200px;
border:1px solid red;
text-align-last:justify;
}
span {
display:inline-block;
}
</style>
<!-- The <space> or <nbsp> characters that carry combining marks
should NOT be stretched by justification. -->
<div>
<p>Hello ̈ ̈ ̈ world
<p>Hello ̈ ̈ ̈ world
<p>Hello ̈ ́ ̀world
<p>Hello ‭̈‬ ‭̂‬world
|