Update --trimWhitespaceEx example

This commit is contained in:
Wilson Lin 2018-07-04 00:18:10 +12:00
parent 0626dd92ba
commit 80d6ef86b7
1 changed files with 3 additions and 1 deletions

View File

@ -229,6 +229,7 @@ Basically, a tag should only either contain text and [inline text semantics](htt
<p>
··Hey,·I·<em>just</em>·found↵
··out·about·this·<strong>cool</strong>·website!↵
··<div></div>
</p>
```
@ -236,7 +237,8 @@ Basically, a tag should only either contain text and [inline text semantics](htt
```html
<p>Hey,·I·<em>just</em>·found↵
··out·about·this·<strong>cool</strong>·website!</p>
··out·about·this·<strong>cool</strong>·website!↵
··<div></div></p>
```
</table>