JohnTech/src/pages/test.md
2022-08-20 15:39:52 +01:00

19 lines
196 B
Markdown

---
layout: '../../layouts/lay.astro'
title: 'My Markdown page'
---
# Hello world
## Just testing
* List 1
* List 1
* List 1
* List 1
### Another heading
```js
console.log("Hello world");
```