<vue-simple-markdown :source="source"></vue-simple-markdown> Props PropTypeDefaultDescribe sourceString''The markdown source code emojiBooleantrue:)=>😃 headingBooleantrue#=><h1>,##=><h2>... highlightBooleantrueSyntaxHighlighter (highlightjs) ...
A Simple and Highspeed Markdown Parser for Vue. Contribute to Vivify-Ideas/vue-simple-markdown development by creating an account on GitHub.
2023年度 vscode 插件总结 | prettier -> 格式化工具code spell checker -> 拼写检查工具eslint -> 代码风格检查工具error lens -> 报错会直接展示在右侧material icon theme -> 文件夹主题live server -> 开发服务器auto rename tag -> 自动修改闭合的标签Markdown all in one -> Markdown 辅助工具,提供了一...
<vue-markdown:source="src":options="options"> markdown-itcompatible simple plugins can be passed as an array into the VueMarkdown component. Example usingMarkdownItAnchor <template> <vue-markdown:source="markdown":plugins="plugins"/> </template> <scriptsetup>importVueMarkdownfrom'vue-markdow...
"vue": "^2.0.1", "vue-markdown": "^1.2.0" "vue-markdown": "^2.0.1" }, "devDependencies": { "babel-core": "^6.0.0", 4 changes: 2 additions & 2 deletions 4 example/webpack-simple/src/App.vue Original file line numberDiff line numberDiff line change @@ -21,8 +21,8 @...
vue-markdown-blog Creating a simple blog using Vue with markdown. Getting started git clone https://github.com/josephharveyangeles/vue-markdown-blog cd vue-markdown-blog yarn install yarn serve Demo Demo website is over here: vue-markdown-blog.netlify.com Project setup yarn install Compil...
前端使用 vue 全家桶 webpack 方案。 数据库使用 SQLite,备份时可以拷了单文件就走。 只在Python3.5+ 环境下开发与使用过,基本能保证3.3+的正常运作 版本历史 ver 1.0.4 wip 新增*:游客评论 新增*:用户离开编辑,以及同时进行两个编辑的时候给出提示 ...
A simple local markdown tool, use Tauri & Vditor & Vue3 Maybe we can call itTMD? 🤔 简体中文 (tag v0.1.0 used vue2) Develop Install Tauri && tauri-bundler See Tauri official:docs Project setup npm install Compiles and hot-reloads for development ...
2 changes: 1 addition & 1 deletion 2 example/webpack-simple/package.json Original file line numberDiff line numberDiff line change @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.0.1", "vue-markdown": "^2.1.4" "vue-markdown": "^2.2.1" }, "devDependencies": { "babel...
1 change: 1 addition & 0 deletions 1 example/webpack-simple/package.json Original file line numberDiff line numberDiff line change @@ -19,6 +19,7 @@ "css-loader": "^0.25.0", "file-loader": "^0.9.0", "json-loader": "^0.5.4", "loglevel": "^1.4.1", "vue-loader": "^...