testrepo/src/markdown-pages/test.md
2021-04-18 02:08:39 +02:00

46 lines
643 B
Markdown

---
slug: "md-test"
title: "Markdown Rendering Test Page"
date: "2021-04-17"
---
# h1
## h2
### h3
##### h4
Markdown Test Page
---
test wow test hello
test
*test*
**test**
inline `code formatting` like a boss
---
```ts
let hello: string = "test";
console.log(hello);
const test = {
one: "three"
};
```
---
[Visit google!](https://google.com)
---
| Heading 1 | Heading 2 | Heading 3 |
|:----------|:----------------------------------------|:----------|
| One | Two | Three |
| Four | Test Test Hello Hello Long Content Ahoy | Five |
---