Simon-He95/vue-markdown-renderer

feat: support image custom loading

Closed this issue · 0 comments

Description

When encountering markdown images in the form of ![] , we can provide a more elegant way to load them instead of directly outputting them as strings.

Suggested solution

When encountering markdown images in the form of ![] , we can provide a more elegant way to load them instead of directly outputting them as strings.

Alternative

No response

Additional context

No response