引用块

无参数,普通引用块

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.

引用书上的句子

Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.

David LevithanWide Awake

引用twitter

NEW: DevDocs now comes with syntax highlighting. http://devdocs.io

引用网络上文章

Every interaction is both precious and an opportunity to delight.

代码块

markdown代码块

1
int a = 1;

markdown 行内代码

Python:print("hello world!")

普通代码块

1
alert('Hello World!');

指定语言

1
[rectangle setX: 10 y: 10 width: 20 height: 20];

在文章中插入代码块

Array.map
1
array.map(callback[, thisArg])

附加说明和网址

_.compactUnderscore.js
1
2
_.compact([0, 1, false, 2, '', 3]);
=> [1, 2, 3]

pull quote

Hexo 是一个快速、简洁且高效的博客框架。

iframe

图像

高山湖泊照片

link

Hexo官网

Youtube

视频

播放列表

包含帖子

/posts/d87f7e0c.html
test

包含资源

/posts/12f43b52/fulilian.png

UPL


$$
\begin{bmatrix}gra
a&b&c \\
d&e&f
\end{bmatrix}
$$

$$ \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix} $$

MYGO
暖暖