测试各种插件以及写法

测试标题

下面是图片的显示

测试一下html标签

百度一下


  • a

  • b

  • c

还能设置样式

测试js标签


{{ message }}


{{ message }}


试试Mermaid

html代码形式:
代码:
< pre class=”mermaid” >
graph LR
A — B
B–>C[fa:fa-ban forbidden]
B–>D(fa:fa-spinner hah);
< /pre >

      graph LR
          A --- B
          B-->C[fa:fa-ban forbidden]
          B-->D(fa:fa-spinner hah);

markdown语法:

暂时不支持下面的写法

``` mermaid
sequenceDiagram
Alice->>+John: Hello John, how are you?
Alice->>+John: John, can you hear me?
John–>>-Alice: Hi Alice, I can hear you!
John–>>-Alice: I feel great!
```

关于部署

提交到github后,action自动部署应用(折腾了好久,居然是密钥用错了,cat ~/.ssh/id_rs)