sbfkcel / towxml

微信小程序HTML、Markdown渲染库
https://github.com/sbfkcel/towxml/wiki
2.5k stars 315 forks source link

使用最新版markdown image 解析成了text #148

Open DancingDuck opened 4 years ago

DancingDuck commented 4 years ago

日志如下: {data: "1591267579135235.png", header: {…}, statusCode: 200, cookies: Array(0), errMsg: "request:ok"}

webViewDetail.js? [sm]:105 {theme: "light", _e: {…}, child: Array(1)} child: Array(1) 0: text: "1591267579135235.png" type: "text" _e: {type: "text", text: "1591267579135235.png"} proto: Object length: 1 nv_length: (...) proto: Array(0) theme: "light" _e: {child: Array(1)} proto: Object

DancingDuck commented 4 years ago

markdown文本 1591267579135235.png

转换后 node text: "1591267579135235.png" type: "text"

sbfkcel commented 4 years ago

看不到图