1.0.1 • Published 2 years ago

markdjs v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

markdown.js

使用: html:

    <!DOCTYPE html>
    <html>

    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
    </head>

    <body>
        <mdbox>
            # md
            ---
        </mdbox>
    </body>
    <script src="markdown.js路径"></script>
    </html>

目前支持:

#,
##,
###,
####,
#####,
######,
---,
*文字*,
**文字**,
~~文字~~,
***文字***,
html标签