We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c709b39 commit 4377a7fCopy full SHA for 4377a7f
docs/getting-started/-table-of-components.mdx
@@ -18,7 +18,7 @@
18
| `tr` | [Table row](https://github.com/syntax-tree/mdast#tablerow) | |
19
| `td`/`th` | [Table cell](https://github.com/syntax-tree/mdast#tablecell) | |
20
| `pre` | [Pre](https://github.com/syntax-tree/mdast#code) | |
21
-| `code` | [Code](https://github.com/syntax-tree/mdast#code) | \``\`code\`\`\` |
+| `code` | [Code](https://github.com/syntax-tree/mdast#code) | ` ```code``` ` |
22
| `em` | [Emphasis](https://github.com/syntax-tree/mdast#emphasis) | `_emphasis_` |
23
| `strong` | [Strong](https://github.com/syntax-tree/mdast#strong) | `**strong**` |
24
| `del` | [Delete](https://github.com/syntax-tree/mdast#delete) | `~~strikethrough~~` |
0 commit comments