Skip to content

DragonStorm97/DragonStorm97.github.io

Repository files navigation

DragonStorm97.github.io

TODO:

Supported features

Code blocks:

std::cout<<"Hello, World!"<<std::endl;
Inline LaTeX: $\sigma(z) = \frac{1}{1 + e^{-z}}$

Inline LaTeX: $\sigma(z) = \frac{1}{1 + e^{-z}}$

Separate Paragraph LaTeX:

$$F(\omega) = \int_{-\infty}^{\infty} f(t) e^{-j\omega t} \, dt$$

$$F(\omega) = \int_{-\infty}^{\infty} f(t) e^{-j\omega t} , dt$$

Chemistry expressions with mhchem: $H_2O$ $H_2O$

Mermaid Graphs:

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

Releases

No releases published

Packages

No packages published

Languages