Add markdown tips

pull/38/head
lin-xin 2017-03-02 20:36:02 +08:00
parent c9c051278a
commit 0812b4b1a9
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
访问地址<a href="https://github.com/F-loat/vue-simplemde" target="_blank">Vue-SimpleMDE</a> 访问地址<a href="https://github.com/F-loat/vue-simplemde" target="_blank">Vue-SimpleMDE</a>
</div> </div>
<markdown-editor v-model="content" :configs="configs" ref="markdownEditor"></markdown-editor> <markdown-editor v-model="content" :configs="configs" ref="markdownEditor"></markdown-editor>
<div class="plugins-tips">
<p>既然用了markdown语法了那么就有一个很实际的问题了要怎么在前台展示数据呢</p>
<br>
<p>这个时候就需要解析markdown语法了可以使用 <a href="https://github.com/miaolz123/vue-markdown" target="_blank">vue-markdown</a>一个基于vue.js的markdown语法解析插件这里不作展开有需要自行了解</p>
</div>
</div> </div>
</template> </template>