md://editor

GitHub Markdown Test#

Here is a task list:

  • Install react-markdown
  • Install remark-gfm
  • Build the next big thing

You can also use strikethrough and tables:

FeatureSupported
Tablesβœ…
Tasksβœ…
Mermaidβœ…

Good documents let structure do the heavy lifting.

Inline math works: E=mc2E = mc^2

∫0∞eβˆ’x2 dx=Ο€2\int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2}

Diagrams with Mermaid#

Rendering diagram…

Markdown mark

1fn main() { 2 println!("Hello, world!"); 3}