template post with syntax
Index image in home page
1 | --- |
Codeblocks
1 | import numpy as np |
Latex formulas
$$
E=mc^2
$$
Mermaid diagrams [^1]
Gannt diagram
classDiagram
classDiagram Class01 <|-- AveryLongClass : Cool Class03 *-- Class04 Class05 o-- Class06 Class07 .. Class08 Class09 --> C2 : Where am i? Class09 --* C3 Class09 --|> Class07 Class07 : equals() Class07 : Object[] elementData Class01 : size() Class01 : int chimp Class01 : int gorilla Class08 <--> C2: Cool label
[^2]: This is the footnote content
[^3]: This is the footnote content
Graph
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
prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!
Git graph
gitGraph commit commit branch develop checkout develop commit commit checkout main merge develop commit commit
Flowchart
flowchart TD A[Start] --> B{Is it?} B -- Yes --> C[OK] C --> D[Rethink] D --> B B -- No ----> E[End]
Using footnotes
This is a sentence[^2]
This is a sentence[^2][^3]
This is a sentence[^2]
This is a sentence[^2]
template post with syntax
https://charliejcj.github.io/blog/2023/04/21/template-post-with-syntax/