Jekyll 测试

Published

August 17, 2021

Modified

August 17, 2021

Abstract
A post model.

1. Text

A post model.

A link

a baka

1.1. Inline Math

Math rendering is powered by \(\KaTeX\)

1.2. Display Math

\[ \TeX \Rightarrow \LaTeX \Rightarrow \KaTeX \]

2. Block

2.1. Blockquote

This is a blockquote.

2.2. Code

// c++ code
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
    scanf("%d%d",a,b);
    printf("%lld",a+b);
    return 0;
}