title | author | references | description |
---|---|---|---|
Lorem ipsum |
SprInec |
typora-theme-Jinxiu |
这个 block 块是 YAML front matters |
在出版和平面设计中,lorem ipsum(源自拉丁语 dolorem ipsum,翻译为“痛苦本身”)是一个填充文本,通常用于演示文档或视觉呈现的图形元素1
常见的 lorem ipsum 起头如下:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
我必须向你们解释,谴责快乐和赞美痛苦的这一错误观念是如何诞生的,我将给你们一个完整的系统说明,并阐述真理的伟大探索者,人类幸福的主要建造者的实际教导。
内联样式支持粗体、斜体、code
、下划线、删除线、:smile:、$\LaTeX$、X^2^、H2O、==高亮==、链接和图像:
层级标题:
表格:
表 2 全球/中国桌面操作系统市场份额占比(%)OS | Windows | macOS | Unknown | Linux | Chrome OS | 其他 |
---|---|---|---|---|---|---|
全球 | 76.56 | 17.1 | 2.68 | 1.93 | 1.72 | 0.01 |
中国 | 87.55 | 5.44 | 6.24 | 0.75 | 0.01 | 0.01 |
项目列表:
- 有序列表项
- 有序列表项2
+ 无序列表项1
+ 无序列表项2.
- 表示已完成。
- 表示未完成。
- 项目1
-
项目2
-
项目3
-
- 项目1
- 项目2
- 项目2.1
- 项目2.2
- 项目2.2.1
- 项目2.2.2
代码块:
<!DOCTYPE html>
<html>
<body>
<h1>The *= Operator</h1>
<p id="demo"></p>
<script>
var x = 10;
x *= 5;
document.getElementById("demo").innerHTML = x;
</script>
</body>
</html>
mermaid 图形:
graph LR
A(开始) -->
input[/输入a,b/] --> if{a%b=0 ?}
if --->|yes| f1[GCD = b] --> B(结束)
if --->|no| f2["a, b = b, a % b "]-->if
公式:
alter:
Tip
Inline styles support strong, Emphasis, code
, 😄, 2O, table, Link, and code block:
echo "警告框代码块示例"
TITLE | title |
---|---|
content | content |
Important
Inline styles support strong, Emphasis, code
, 😄, 2O, table, Link, and code block:
TITLE | title |
---|---|
content | content |
Note
Inline styles support strong, Emphasis, code
, 😄, 2O, table, Link, and code block:
TITLE | title |
---|---|
content | content |
Warning
Inline styles support strong, Emphasis, code
, 😄, 2O, table, Link, and code block:
TITLE | title |
---|---|
content | content |
Caution
Inline styles support strong, Emphasis, code
, 😄, 2O, table, Link, and code block:
TITLE | title |
---|---|
content | content |
目录:
[TOC]