added custom header section

This commit is contained in:
Kim, Jimin 2021-08-09 12:04:14 +09:00
parent a200a71abc
commit 06183e7146

View file

@ -10,6 +10,10 @@ tags:
This post exists to test various features such as markdown-to-html conversion.<br /> This post exists to test various features such as markdown-to-html conversion.<br />
A post have title, post date, tags, and content. A post have title, post date, tags, and content.
<h2 id="never-gonna-give-you-up">Custom Header ID</h2>
Click this section in the table of contents and see how the url changes.
## Image ## Image
<img src="/icon/icon.svg" alt="developomp icon" width="100"> <img src="/icon/icon.svg" alt="developomp icon" width="100">
@ -46,7 +50,7 @@ Here's a `code`.
```python ```python
if __name__ == "__main__": if __name__ == "__main__":
print("And here's a code block") # with comments! print("And here's a language-specific code block") # with comments!
``` ```
## Etc ## Etc