JSX and Expressions

You can write Javascript expressions and JSX inside your document

Due to MDX 2, we can write expressions inside document.

Expressions

You can also write Javascript inside your document and calculate some results inline. Like this:

  • @today - 2023-04-13T03:50:12.529Z
  • π === 3.141592653589793
  • 2^10 === 1024

JSX

You can write Javascript and your React components using JSX.

  • Bold Text
  • Italic Text
  • Strikethrough Text
H6 Tag
  • List Using HTML/JSX
  • List Using HTML/JSX