文章

测试

一级标题

二级标题

三级标题

四级标题

五级标题

分割线


普通内容

粗体内容

斜体内容

引用

引用

嵌套引用

嵌套引用

嵌套引用

嵌套引用

  • 无序列表
  • 无序列表
  • 无序列表
  • 无序列表
  1. 有序列表
  2. 有序列表
  3. 有序列表

行内代码

整段代码

1
2
3
4
5
6
  <div id="access-tags">
    <div class="panel-heading">热门标签</div>
    <div class="d-flex flex-wrap mt-3 mb-1 mr-3">
      <a class="post-tag" href="/tags/%E6%B5%8B%E8%AF%95/">测试</a>
    </div>
  </div>
1
2
3
4
5
6
7
#include<iostream>
using namespace std;

int main(){
  cout << "hello world!" << endl;
  return 0;
}

行内数学公式

$e_{\text{man}}-e_{\text{woman}}\approx\ e_{\text{king}}- e_{?}$

${\tilde{c}}^{< t >} = tanh(W_{c}\left\lbrack a^{< t - 1>},x^{< t >} \right\rbrack +b_{c}$

整段数学公式

\[{\tilde{c}}^{< t >} = tanh(W_{c}\left\lbrack a^{< t - 1>},x^{< t >} \right\rbrack +b_{c}\] \[e_{\text{king}} - e_{\text{queen}} = \begin{bmatrix} - 0.95 \\ 0.93 \\ 0.70 \\ 0.02 \\ \end{bmatrix} - \begin{bmatrix} 0.97 \\ 0.95 \\ 0.69 \\ 0.01 \\ \end{bmatrix} = \begin{bmatrix} - 1.92 \\ - 0.02 \\ 0.01 \\ 0.01 \\ \end{bmatrix} \approx \begin{bmatrix} - 2 \\ 0 \\ 0 \\ 0 \\ \end{bmatrix}\]

mermaid流程图

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
gantt
  title  Adding GANTT diagram functionality to mermaid
  apple :a, 2017-07-20, 1w
  banana :crit, b, 2017-07-23, 1d
  cherry :active, c, after b a, 1d

信息

提示

警告

危险

表格

CompanyContactCountry
Alfreds FutterkisteMaria AndersGermany
Island TradingHelen BennettUK
Magazzini Alimentari RiunitiGiovanni RovelliItaly

ToDo list

  • Job
    • Step 1
    • Step 2
    • Step 3
本文由作者按照 CC BY 4.0 进行授权