added custom header section
This commit is contained in:
parent
a200a71abc
commit
06183e7146
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue