Better demonstrate contiguous whitespace

This commit is contained in:
Wilson Lin 2018-08-04 00:54:37 +12:00
parent f879e10607
commit 4fdb1857f4
1 changed files with 8 additions and 8 deletions

View File

@ -204,14 +204,14 @@ Read, parse, process, and minify another file, and stream the result.
##### Contiguous ##### Contiguous
```html ```html
<ul> <select>
··<li>·········1</li> ··<option>Jan:·········1</option>
··<li>········10</li> ··<option>Feb:········10</option>
··<li>·······100</li> ··<option>Mar:·······100</option>
··<li>······1000</li> ··<option>Apr:······1000</option>
··<li>·····10000</li> ··<option>May:·····10000</option>
··<li>····100000</li> ··<option>Jun:····100000</option>
</ul> </select>
``` ```
##### Whole text ##### Whole text