diff options
Diffstat (limited to 'exampleSite/content/post')
| -rw-r--r-- | exampleSite/content/post/ExamplePost/index.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/exampleSite/content/post/ExamplePost/index.md b/exampleSite/content/post/ExamplePost/index.md new file mode 100644 index 0000000..aa29377 --- /dev/null +++ b/exampleSite/content/post/ExamplePost/index.md @@ -0,0 +1,50 @@ ++++ +date = '2025-08-07T10:25:02+08:00' +draft = false +title = 'ExamplePost' ++++ + +# h1 + +## h2 + +### h3 + +#### h4 + +##### h5 + +###### h6 + +- a +- b +- c +- d + +1. 1 +2. 2 +3. 3 +4. 4 + +```c +#include <stdio.h> + +int +main() { + printf("Hello world!\n"); + return 0; +} +``` + + +> quote +> +> quote2 + +**BOLD** + +*Italic* + +*** + +~~The world is flat.~~ |
