mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
26 lines
332 B
Plaintext
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
|