fix: inline images onload (#1174)

* fix: inline images onload

* add integration test case

* Apply formatting changes

* Create small-olives-arrive.md

---------

Co-authored-by: Yun Feng <yun.feng0817@gmail.com>
This commit is contained in:
fukang wang
2023-03-13 13:56:09 +08:00
committed by GitHub
parent 1f8e5d5675
commit e7f0c808c3
4 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<img
src="/images/robot.png"
alt="This is a robot"
style="opacity: 0;"
onload="this.style.opacity=1"
/>
</body>
</html>