From 4a59ddb0237d9c5b0f9d325c5138d54b4400da9a Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 11 Jul 2023 09:51:13 +0900 Subject: [PATCH] chore(content): update test post --- packages/content/markdown/posts/test post.md | 29 ++++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/packages/content/markdown/posts/test post.md b/packages/content/markdown/posts/test post.md index b9e4fb4..c8c9275 100644 --- a/packages/content/markdown/posts/test post.md +++ b/packages/content/markdown/posts/test post.md @@ -11,7 +11,7 @@ This post exists to test various features such as markdown-to-html conversion, t ## Link -Go to search +Go to Homepage ## Image @@ -75,12 +75,14 @@ print(z is w) # False. id(z) is not equal to id(w) # All integers between -5 and 256 share the same id. ``` -## Text styling +## block quotes > blockquote > > > nested blockquote +## Text styling + **bold** _italic_ ~~strikethrough~~ @@ -108,6 +110,14 @@ _italic_ This is a ^superscript^ (soon^TM^) and this is a ~subscript~ (H~2~O) +

+ centered paragraph +

+ +

+ RED +

+ ## Callouts & Directives :::note @@ -134,16 +144,6 @@ Some **content** with _Markdown_ `syntax`. Some **content** with _Markdown_ `syntax`. ::: -## CSS styling - -

- centered paragraph -

- -

- RED -

- ## Key Do you remember the first time you pressed Ctrl+C in terminal? @@ -166,10 +166,9 @@ $$ ## headers -Headers have different size and indentation depending on their level. +# h1 -- Post title: `h1` -- this section: `h2` +## h2 ### h3