update changelog
This commit is contained in:
parent
24f3463f9a
commit
9cd5ab7433
|
|
@ -14,6 +14,7 @@ v0.15.0 (?? ??? 2018)
|
||||||
- fix reading of docx default style - @troosan #1238
|
- fix reading of docx default style - @troosan #1238
|
||||||
- fix the size unit of when parsing html images - @troosan #1254
|
- fix the size unit of when parsing html images - @troosan #1254
|
||||||
- fixed HTML parsing of nested lists - @troosan #1265
|
- fixed HTML parsing of nested lists - @troosan #1265
|
||||||
|
- Save PNG alpha information when using remote images. @samsullivan #779
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,6 @@ $html .= '<ol>
|
||||||
<li>sub list 2</li>
|
<li>sub list 2</li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>List 2 item 3</li>
|
<li>List 2 item 3</li>
|
||||||
<ol>
|
<ol>
|
||||||
<li>sub list 1, restarts with a</li>
|
<li>sub list 1, restarts with a</li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue