Skip to content

Commit

Permalink
fix code block syntax (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Sep 8, 2020
1 parent c709b39 commit 4377a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/-table-of-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| `tr` | [Table row](https://github.com/syntax-tree/mdast#tablerow) | |
| `td`/`th` | [Table cell](https://github.com/syntax-tree/mdast#tablecell) | |
| `pre` | [Pre](https://github.com/syntax-tree/mdast#code) | |
| `code` | [Code](https://github.com/syntax-tree/mdast#code) | \``\`code\`\`\` |
| `code` | [Code](https://github.com/syntax-tree/mdast#code) | ` ```code``` ` |
| `em` | [Emphasis](https://github.com/syntax-tree/mdast#emphasis) | `_emphasis_` |
| `strong` | [Strong](https://github.com/syntax-tree/mdast#strong) | `**strong**` |
| `del` | [Delete](https://github.com/syntax-tree/mdast#delete) | `~~strikethrough~~` |
Expand Down

0 comments on commit 4377a7f

Please sign in to comment.