Markdown Syntax in Material for MkDocs¶
Markdown是一种轻量化的标记语言,非常适合用于编写技术文档。本文展示了用于编写这本Notebook的主要Markdown语法。
一级标题¶
二级标题¶
三级标题¶
四级标题¶
五级标题¶
六级标题¶
段落¶
纯文本
另外一些纯文本
强调语法¶
粗体
斜体
删除线
分隔线¶
引用¶
Stay hungry. Stay foolish.
代码块¶
代码块支持添加标题、行号,以及高亮部分行
| hello_world.py | |
|---|---|
1 2 3 4 | |
数学公式¶
质能方程\(E=mc^2\)是一个很有名的公式。
\[
E=mc^2
\]
链接¶
Annotations¶
Steve Jobs founded Apple. (1)
- in 1976
文献引用¶
Transformer1
图片¶
支持添加图片标题

一只可爱的猫猫
-
Vaswani et al. Attention Is All You Need. (NIPS 2017) ↩↩
-
Devlin et al. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. (NAACL 2019) ↩