begin overhaul
This commit is contained in:
parent
45d8d4f92f
commit
b41ccdef1b
4 changed files with 250 additions and 1286 deletions
9
md.html
9
md.html
|
@ -6,8 +6,9 @@
|
|||
<head>
|
||||
<title>Markdown</title>
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
<link rel="stylesheet" href="/assets/github-markdown-dark.css">
|
||||
<!-- <link rel="stylesheet" href="/assets/github-markdown-dark.css"> -->
|
||||
<!-- <link rel="stylesheet" href="/assets/github-markdown-light.css"> -->
|
||||
<link rel="stylesheet" href="/assets/github-markdown.css">
|
||||
<script>
|
||||
function themeToggle() {
|
||||
var element = document.body;
|
||||
|
@ -18,8 +19,10 @@
|
|||
|
||||
<body>
|
||||
<div>
|
||||
<button onclick="themeToggle()">Switch Theme</button>
|
||||
{{markdown $markdownContent}}
|
||||
<div class="markdown-body">
|
||||
<!-- <button onclick="themeToggle()">Switch Theme</button> -->
|
||||
{{markdown $markdownContent}}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue