如何显示用编辑器放置的图像
How to show images put with the editor
我有一个带有图像的文本,是我用所见即所得编辑器放置的。当它去预览时,imagem 完美显示,但是当我使用 API 时,我只得到一个里面有 link 的文本,它像那样显示损坏
 Coloquei uma foto diferente só pra testar como funciona colocar fotos aleatóriamente no meio do texto =)
Markdown 格式的所见即所得 return 内容。
看这里https://guides.github.com/features/mastering-markdown/
如果您想将它插入到您的应用程序中,您必须使用从 makdown 到 html 的转换器。
我有一个带有图像的文本,是我用所见即所得编辑器放置的。当它去预览时,imagem 完美显示,但是当我使用 API 时,我只得到一个里面有 link 的文本,它像那样显示损坏
 Coloquei uma foto diferente só pra testar como funciona colocar fotos aleatóriamente no meio do texto =)
Markdown 格式的所见即所得 return 内容。
看这里https://guides.github.com/features/mastering-markdown/
如果您想将它插入到您的应用程序中,您必须使用从 makdown 到 html 的转换器。