jaywcjlove / swiftui-markdown

Render Markdown text in SwiftUI.
https://jaywcjlove.github.io/swiftui-markdown
MIT License
87 stars 12 forks source link

Embedding image from image assets #9

Open ewinsutriandi opened 2 months ago

ewinsutriandi commented 2 months ago

Is there any way to embed images from image assets to the markdown text?

jaywcjlove commented 1 month ago

@ewinsutriandi I converted the image to Base64 encoding and then embedded it into the Markdown document.