markx 0.1.1

Markx is a simple markdown parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>

<head>
    <title>Welcome to MarkX</title>
</head>

<body>
    <div class="md">
        <h1>我是一级标题</h1><p>我是一个普通自然段</p><md-pre name="tip" title="女人只会影响我拔剑的速度"><p>你骗我</p><p>\[f(x)=g(x)
x^2=1
\]</p><p>我信你个鬼</p></md-pre><ul><li>来个列表</li></ul>
    </div>
</body>

</html>