Markdown设计的有趣之处之一是明确允许HTML。 HTML5添加了语义页面部分,包括<header>和<main>,这可能非常适合您的页面标题。
例如:
<header>
Things to Do
============
</header>
<main>
At Home
=======
* Mow the cat
* Feed the lawn
At the Office
=============
* Learn Markdown
* Use Big-O notation in a clever way
</main>
如果排除HTML对您更可取,则您可能需要使用Atx样式的标题才能获得两个以上的层次结构。
例如:
# Things to Do
## At Home
* Mow the cat
* Feed the lawn
## At the Office
### Morning
* Learn Markdown
* Use Big-O notation in a clever way
### Afternoon
* Read e-mails
* Scrutinize LOLcats