Skip to content

Instantly share code, notes, and snippets.

@cyberatz
Last active January 31, 2022 11:00
Show Gist options
  • Save cyberatz/d8730bf9d9fe42b8bb075576ac62f60d to your computer and use it in GitHub Desktop.
Save cyberatz/d8730bf9d9fe42b8bb075576ac62f60d to your computer and use it in GitHub Desktop.

TOC

{{TOC}}

Math

$${x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}$$

text in paragraph

Here there is some text in italic and some in bold and link to my personal page Personal Page. We can also add some image Trek1. And continue with some different ==highlights== in the text, or if you want to correct a partner, you can strikethrough some text.

Bullet list (*)

  • List
  • List
  • List

Table

Header Column 1 Column 2 Column 3
1. Row is is is
2. Row left nicely right
3. Row aligned centered aligned

Mermaid block

graph LR

 A[Start] --> B{Is it?};

 B -->|Yes| C[OK];

 C --> D[Rethink];

 D --> B;

 B ---->|No| E[End];

Loading

END

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment