hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.4k stars 917 forks source link

fix: image cannot be previewed #738

Closed jiawulin001 closed 2 years ago

jiawulin001 commented 2 years ago

Fix issue #737.

The preview is not available because the src attribute is filtered out by XSS.

Markdown image syntax skips XSS processing.

ygj6 commented 2 years ago

Thank you very much.