| Left-aligned | Center-aligned | Right-aligned |
|---|---|---|
| Text 1 - second line |
Text 2 | Text 3 |
Click to expand
This is hidden content.This is a checkbox -
This is an example of inline HTML inside a paragraph:
This is a red bold text inside a Markdown paragraph.
You can also add inline images:
Or create inline links with styles:
Inside pre tag
Indentation and formatting etc. here should be preserved.
Hmmm...
Invalid HTML will be ignored
My crazily styled text here. super and sub
Here is some overline text, some line-through text, lower-case, and marked-text
Here is an SVG image. downloadsdownloads1.0M1.0M
This is a blockquote and a list follows:
- List item 1
- List item 2
| Name | Age | Location |
|---|---|---|
| John | 25 | New York |
| Alice | 30 | San Francisco |
Name:
Email:
This is a blockquote with an embedded HTML table:
Feature Supported Markdown ✅ HTML ✅
| Feature | Supported | ||||||
|---|---|---|---|---|---|---|---|
| Table in Cell |
|
Embedding custom components.
<MyComponent title="Hello World" />This document covers most of the syntax supported by mdast, including extended Markdown features such as GFM, math, diagrams, and MDX components.