markserv
Version:
🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit
22 lines (21 loc) • 735 B
HTML
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{title}}</title>
<meta charset="utf-8">
<link rel="stylesheet" href="{markserv}templates/markserv.css">
<link rel="stylesheet" href="{markserv}templates/highlight-js-github-gist.css">
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
</head>
<body>
<article class="markdown-body">
{{{content}}}
<footer><sup><hr> Served by <a href="https://www.npmjs.com/package/markserv">MarkServ</a> | PID: {{pid}}</sup></footer>
</article>
</body>
</html>