DEV Community

Cover image for How To Write MATH in DEV.to Articles
Technophile
Technophile

Posted on • Edited on

How To Write MATH in DEV.to Articles

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

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay