TEST

This is a test post.

Index

  • a
  • b
  • c

Code Test

1
print("Hello World!")

Code Test2

1
2
3
4
5
6
7
#include <iostream>
using namespace std;

int main() {
cout << "Hello World!" << endl;
return 0;
}

Code Test3

1
2
3
fn main() {
println!("Hello World!");
}

Content Test

Italic

Italic

Bold

Bold

Bold Italic

Bold Italic

Strikethrough

Strikethrough

Link

Image

Image

Blockquote

Blockquote

Table

a b c
1 2 3
4 5 6

List

  • a
  • b
  • c

Ordered List

  1. a
  2. b
  3. c

Task List

  • a
  • b
  • c

Footnote

Footnote[1]

Heading

Heading 4

Heading 5
Heading 6

Horizontal Rule


Math

$$1+2+3=6$$

$$\frac{1}{2}$$

$$e^=\cos x+i\sin x$$

$$\sum_{i=1}^{n}i=\frac{n(n+1)}{2}$$

$$\int_{a}^{b}f(x)dx=F(b)-F(a)$$

$$\begin{bmatrix}1&2&3\4&5&6\7&8&9\end{bmatrix}$$

Flowchart

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

Sequence Diagram

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail...
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!

Gantt Chart

gantt
    dateFormat  YYYY-MM-DD
    title Adding GANTT diagram to mermaid
    section A section
    Completed task            :done,    des1, 2014-01-06,2014-01-08
    Active task               :active,  des2, 2014-01-09, 3d
    Future task               :         des3, after des2, 5d
    Future task2              :         des4, after des3, 5d
  1. Footnote

TEST
https://hibana2077.github.io/post/My-New-Post.html
Author
hibana2077
Posted on
August 1, 2023
Licensed under