From 87cb7cc92743e88486e5e3c4852ab903a159fd8c Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Thu, 7 Aug 2025 10:35:56 +0800 Subject: 添加exampleSite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/post/ExamplePost/index.md | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 exampleSite/content/post/ExamplePost/index.md (limited to 'exampleSite/content') 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 + +int +main() { + printf("Hello world!\n"); + return 0; +} +``` + + +> quote +> +> quote2 + +**BOLD** + +*Italic* + +*** + +~~The world is flat.~~ -- cgit v1.2.3