keywords: test1,test2
Markdown Basics
以下是引用:
This is a MPE extended feature.
加粗,斜体,删除等
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
~~This text will be strikethrough~~
无序列表(嵌套)
- Item 1
- Item 2
- Item 2a
- Item 2b
有序列表(嵌套)
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
图片
链接
http://github.com - automatic! GitHub
横线
Hyphens
Asterisks
___
Underscores
Inline code
For example: lambda x: x^2
.
Code
python and julia only
import os
os.listdir('.')
Tables
You can create tables by assembling a list of words and dividing them with hyphens -
(for the first row), and then separating each column with a pipe |
:
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
Emoji & Font-Awesome
This only works for
markdown-it parser
but notpandoc parser
. Enabled by default. You can disable it from the package settings. :thumbsup:
:smile: :fa-car:
:smile:
:fa-car:
Footnotes
Content [1]
Mark
==marked==
==marked==
<div class="alert alert-success"> Great! </div>
Equation
$
\begin{equation} a^2 + b^2 = c^2 \end{equation} $
References
- 1Hi! This is a footnote