begin overhaul

This commit is contained in:
Merith-TK 2025-02-06 19:07:13 +00:00
parent 45d8d4f92f
commit b41ccdef1b
4 changed files with 250 additions and 1286 deletions

View file

@ -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>