big update: simplifying + pandoc
This commit is contained in:
20
content/post.md
Normal file
20
content/post.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Hello, World!
|
||||
author: Michael
|
||||
date: 2024-09-13
|
||||
abstract: This is my first post
|
||||
---
|
||||
|
||||
this is a test
|
||||
- oh yeah
|
||||
|
||||
this is a quote:
|
||||
|
||||
> sdfdsfsdfdsfdsfdsfds
|
||||
> sfdsfdsfsfdsfds
|
||||
```c
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user