> Input something like this.
Input that looks like that will become output that looks like this.
Unordered List:
- First Item.
- Second Item.
- Nested Item.
- Another Layer.
Ordered list:
1. Ordered Item.
1. More
# Heading Level 1
## Heading Level 2
###### Heading Level 6

[CSS Hole](https://csshole.com)
CSS Hole
Surround text with ** on each side to make it bold. Surround text with * on each side to make it italicized. Surround text with *** on each side to make it bold and italicized. Place *** on their own line to create a horizontal rule. Create a line break by adding <br>
or adding two spaces to the end of a line. Styling with HTML should also work.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./favicon.png">
<title></title>
<meta name="description" content="" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" integrity="sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs" crossorigin="anonymous">
<link rel="stylesheet" href="https://jatijm.com/markdown-demo/css/prism.css">
<link rel="stylesheet" href="https://jatijm.com/markdown-demo/css/default.css">
</head>
<body>
<div class="container">
<input id="cbtoc" type="checkbox" style="display: none;" checked />
<div class="toc">
<label for="cbtoc" style="display: inline-block; width: 1rem; border: 1px solid black; text-align: center;"></label><div><span class="outline">Outline</span></div><hr />
<hr />
<a href='./'>Home</a>
</div>
<div class="main">
{{content}}
</div>
</div>
</body>
</html>