rdd
Version:
Preview your Markdown locally as it would appear on GitHub, with live updating
16 lines (15 loc) • 425 B
HTML
<head>
<meta charset="utf-8">
<title><%= title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/__rdd__/css/<%= theme %>.css">
</head>
<body>
<article class="markdown-body">
<%= content %>
</article>
<script>window.__rddWebSocketPort = <%= webSocketPort %></script>
<script src="/__rdd__/js/script.js"></script>
</body>
</html>