markdown-render/index.html

14 lines
449 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Just for test</title>
<script src="dist/index.umd.min.js"></script>
</head>
<body onload="markdown2html('# 123').then(html => {document.getElementById('root').innerHTML = html})">
<h1>Just for test</h1>
<div id="root"></div>
</body>
</html>