hexo study
引用块
无参数,普通引用块
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.
引用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]; |
在文章中插入代码块
1 | array.map(callback[, thisArg]) |
附加说明和网址
1 | _.compact([0, 1, false, 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}
$$
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Comments