diff --git a/source/markdown/posts/test post.md b/source/markdown/posts/test post.md index a3e0f58..5904f4f 100644 --- a/source/markdown/posts/test post.md +++ b/source/markdown/posts/test post.md @@ -10,6 +10,10 @@ tags: This post exists to test various features such as markdown-to-html conversion.
A post have title, post date, tags, and content. +

Custom Header ID

+ +Click this section in the table of contents and see how the url changes. + ## Image developomp icon @@ -46,7 +50,7 @@ Here's a `code`. ```python if __name__ == "__main__": - print("And here's a code block") # with comments! + print("And here's a language-specific code block") # with comments! ``` ## Etc