- Use mdx format for pages
---
title: The TRIAC
description: Here you will learn what the triac is, how it works, and which problems it solves.
---
### The Triac
...
- Use
<MathBlock />
Component for Math expressions
import MathBlock from "@components/MathBlock";
### Some formulas
<MathBlock
description="Quadratic function"
math="y = x*x"
// or for more precise latex expressions
latex="f(x) = x \cdot x"
explanation="x gets multiplied by itsef."
/>
The formula above is just an example.. ..
-
Add illustrations, but use only open source images.
-
Use the Simulator Module