How To Write MATH in DEV.to Articles
Technophile

Technophile @technoph1le

About: Coding Addict :)

Location:
Centaurus A Galaxy 🌌
Joined:
Aug 4, 2022

How To Write MATH in DEV.to Articles

Publish Date: Sep 17 '24
1 0

Let's learn how write math expression in DEV.to platform. We will be using the liquid tags which is recommended by DEV.to editor. guide. And, writing math in LATEX format as it is pretty well-known.

By the way, it's my first voice-over voice on YouTube. Spent more than 7 hours on making videos. Hope you like it!


FROM VIDEO:

Hello world

c2=a2+b2 c^2 = a^2 + b^2

{% katex %}
  c^2 = a^2 + b^2
{% endkatex %}
Enter fullscreen mode Exit fullscreen mode

Hello world c2=a2+b2 c^2 = a^2 + b^2

Hello world {% katex inline %}
  c^2 = a^2 + b^2
{% endkatex %}
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment