From bf51f1962fc255333dacd14e299b2529e9024baa Mon Sep 17 00:00:00 2001 From: rktjmp <171296998+rktjump@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:27:18 -0700 Subject: [PATCH] add a sample post with markdown in summary, for testing --- .../blog/markdown-in-post-summary/index.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/blog/markdown-in-post-summary/index.md diff --git a/content/blog/markdown-in-post-summary/index.md b/content/blog/markdown-in-post-summary/index.md new file mode 100644 index 0000000..74e96f8 --- /dev/null +++ b/content/blog/markdown-in-post-summary/index.md @@ -0,0 +1,33 @@ ++++ +title = "A quick demonstration of Markdown in post summary" +date = 2025-04-15 ++++ + +Just **look** at this *awesome* piece of `code`. + +```c +#define _ -F<00||--F-OO--; +int F=00,OO=00;main(){F_OO();printf("%1.3f\n",4.*-F/OO/OO);}F_OO() +{ + _-_-_-_ + _-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ +_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ +_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ +_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ +_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_-_-_-_-_ + _-_-_-_-_-_-_-_ + _-_-_-_ +} +``` + + + +It's really creative, isn't it? \ No newline at end of file