Files
DefectingCat.github.io/pages/p/first-post.mdx
DefectingCat dfc1905d03 Add title css
2022-03-26 10:39:22 +08:00

26 lines
332 B
Plaintext

---
title: First post test
date: '2022-03-22'
tags: ['functions', 'JavaScript']
---
import Layout from 'layouts/MDXLayout.tsx';
export default ({ children }) => <Layout>{children}</Layout>;
# Hello world
<time>2022-03-22</time>
## Hello
This is my first post.
```tsx
console.log('Hello world.');
```
### h3
this is h3 test