Skip to content

Commit 4377a7f

Browse files
authored
fix code block syntax (#1260)
1 parent c709b39 commit 4377a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/-table-of-components.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| `tr` | [Table row](https://github.com/syntax-tree/mdast#tablerow) | |
1919
| `td`/`th` | [Table cell](https://github.com/syntax-tree/mdast#tablecell) | |
2020
| `pre` | [Pre](https://github.com/syntax-tree/mdast#code) | |
21-
| `code` | [Code](https://github.com/syntax-tree/mdast#code) | \``\`code\`\`\` |
21+
| `code` | [Code](https://github.com/syntax-tree/mdast#code) | ` ```code``` ` |
2222
| `em` | [Emphasis](https://github.com/syntax-tree/mdast#emphasis) | `_emphasis_` |
2323
| `strong` | [Strong](https://github.com/syntax-tree/mdast#strong) | `**strong**` |
2424
| `del` | [Delete](https://github.com/syntax-tree/mdast#delete) | `~~strikethrough~~` |

0 commit comments

Comments
 (0)