在 markdown 的场景中,经常会用到 markdown 和 html 的互转。 laravel 这边怎么处理呢。要做哪些呢。
- 要做到互转。
- 要防止 xss 注入。
操作一波
互转用到: https://github.com/thephpleague/html-to-markdown
https://github.com/erusev/parsedown
防止 xss 注入用到:https://github.com/mewebstudio/Purifier
继续阅读
在 markdown 的场景中,经常会用到 markdown 和 html 的互转。 laravel 这边怎么处理呢。要做哪些呢。
互转用到: https://github.com/thephpleague/html-to-markdown
https://github.com/erusev/parsedown
防止 xss 注入用到:https://github.com/mewebstudio/Purifier
继续阅读
git 地址: https://github.com/hinesboy/mavonEditor
npm install mavon-editor
然后
# main.js
import mavonEditor from 'mavon-editor'
import 'mavon-editor/dist/css/index.css'
Vue.use(mavonEditor)