noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.68k stars 298 forks source link

ImagesPlugin doesn't render images inside tables #444

Open pramod-knidal opened 1 year ago

pramod-knidal commented 1 year ago
  1. Please specify expected/actual behavior

when image is included as data uri inside a table cell, the image should be rendered just the way it does in the regular markdown paragraph text

  1. Please specify conditions/steps to reproduce (layout, code, markdown used, etc)

include a data uri image in a table cell like below

<img src="data:image/jpeg;base64,/9j/.... "/>

see that the image is not rendered inside the cell. In some cases, I see a strange image that says OBJ and in some cases, it is empty.