MisterY

There are always people or things that need to be remembered

0%

测试BLOG部署

一、测试中文及常用中文标点显示

​ 这是一段中文文字,用来测试中文显示和各种常见中文标点,如:逗号(,)、冒号(:)、感叹号(!)、省略号(……)、句号(。)、以及各种特殊字符(@#¥%&*)。

二、测试英文字母及英文标点

​ This’s an english paragraph to test the effects of english letters and punctuation.

abcdefghijklmnopqrstuvwxyz 1234567890

,./;’[]’!@#$%^&*()-=_+${}:””<>?

三、测试Markdown语法

3.1 内置引用

引用的文档内容是这样的

效果看看好不好

3.2 语法高亮
1
2
3
4
5
6
7
8
9
10
import sys
import io

def add(x,y):
return x+y
def main():
a, b = map(int, input('input two num to add:').split())
print(add(a, b))
if __name__ == '__main__'
main()
3.3 表格
header 1 header 2
row1 col1 row1 col2
row2 col1 row2 col2
3.4 粗体、斜体以及分割线

这是粗体


这是斜体

3.5 列表
3.5.1 无序列表
  • 列表1
    • 列表1.1
    • 列表1.2
  • 列表2
    • 列表2.1
    • 列表2.2
  • 列表3
3.5.2 有序列表
  1. 列表1
    1. 列表1.1
    2. 列表1.2
  2. 列表2
  3. 列表3
3.6 制作勾选框(To-do List)
  • [x] 已完成项1
    • [x] 已完成项目1.1
  • [ ] 未完成项1
  • [ ] 未完成项2

四、mermaid插件支持的markdown语法

4.1 流程图
graph TD
A(Chrismas #)-->B{{Go shopping #}}
B-->C{Let me think ###}
C-->|One|D[Laptop #]
C-.->|Two|E((IPhone #))
C-->|Three|F>Car #]
4.2 序列图
sequenceDiagram
participant Alice
Alice->John: Hello John, how are you today?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts 
prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good!
4.3 甘特图
gantt
dateformat YYYY-MM-DD
title Product Project
section first stage
clear requirment: crit, done, s1, 2016-05-03, 10d
check requirment: crit, done, s2, after s1, 10d
section sencond stage
development: crit, active, after s2, 30d
section third stage
test: 2016-06-10, 30d
4.4 状态机
stateDiagram
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]
4.5 饼状图
pie
"Dogs": 386
"Cats": 85
"Rats":26

五、 数学公式(mathjax)

Mathematical formula $y=x^2$

Inline Math: $\dfrac{\tfrac{1}{2}[1-(\tfrac{1}{2})^n] }{1-\tfrac{1}{2} } = s_n$

Math block

六、 插入图片

mimi

xiaomi