react-native-html-render icon indicating copy to clipboard operation
react-native-html-render copied to clipboard

Image will not be shown if there is an outer `figure` block.

Open kxxoling opened this issue 9 years ago • 3 comments

I have data like this:

"<p>又更新了一点代码,下面是新的预览图:</p>
<img src="https://dn-python.qbox.me/images/4b9/56d18e93-rKvyC.png" alt="Python China ReactNative App" />
<figure><img src="https://dn-python.qbox.me/images/4b9/56d2754a-q9Q5a.png" alt="Python China ReactNative App" /></figure>
"

The first image renders nice, but the second one will disappear. I'm using the styles nearly the same as noder-react-native.

kxxoling avatar Mar 08 '16 13:03 kxxoling

Now it don't support the figure , maybe I should add the figure

osdio avatar Mar 08 '16 18:03 osdio

Do you have any plan? Although I'm not anxious, but a plan would be better.

kxxoling avatar Mar 09 '16 00:03 kxxoling

Now, I am doing it.

osdio avatar Apr 15 '16 03:04 osdio