Heading 1
Paragraph with bold, italic, inline code, and a link.
Lists
- One
- Two
- Three
Table
| A | B |
|---|---|
| 1 | 2 |
Code
const x = 42;
Live render of Markdown to HTML with GitHub-flavored extensions.
Edit Markdown on the left; HTML render appears on the right.
Paragraph with bold, italic, inline code, and a link.
| A | B |
|---|---|
| 1 | 2 |
const x = 42;
Uses react-markdown with the remark-gfm plugin for GitHub-flavored extensions (tables, strikethrough, task lists, autolinks). The same renderer powers infoz.com guide pages, so what you see here is what would render on a guide.
All processing happens entirely in your browser — no input is sent to our servers.