Vue 的 Markdown 扩展 v-markdown

码农软件 · 软件分类 · Markdown开发包 · 2019-10-09 18:44:23

软件介绍

Vue.js 扩展 v-markdown 

使用方法:

<template>
    <div id="markdown" v-markdown="markdownData"></div>
</template>
 
<script>
    export default {
        data() {
            return {
                markdownData: `#hello world`
            }
        },
    }
</script>

结果:

<div id="markdown">
    <h1>hello world</h1>
</div>

本文地址:https://codercto.com/soft/d/16399.html

Wireshark网络分析就这么简单

Wireshark网络分析就这么简单

林沛满 / 人民邮电出版社 / 2014-11-6 / 39.00

Wireshark可能是世界上最好的开源网络包分析器,能在多种平台上(比如Windows、Linux和Mac)抓取和分析网络包,在IT业界有着广泛的应用。 《Wireshark网络分析就这么简单》采用诙谐风趣的手法,由浅入深地用Wireshark分析了常见的网络协议,读者在学习Wireshark的同时,也会在不知不觉中理解这些协议。作者还通过身边发生的一些真实案例,分享了Wireshark的......一起来看看 《Wireshark网络分析就这么简单》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

html转js在线工具
html转js在线工具

html转js在线工具