Skip to content

Commit

Permalink
Correct descriptions/tags in Table of components (#1331)
Browse files Browse the repository at this point in the history
* Correct description for `hr`/`ThematicBreak`

* Correct description for code and inline code

* Fix tag for inlineCode

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

Co-authored-by: John Otander <[email protected]>
  • Loading branch information
mrm007 and johno authored Nov 30, 2020
1 parent ed19998 commit 3925219
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/getting-started/-table-of-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
| `h4` | [Heading 4](https://github.com/syntax-tree/mdast#heading) | `####` |
| `h5` | [Heading 5](https://github.com/syntax-tree/mdast#heading) | `#####` |
| `h6` | [Heading 6](https://github.com/syntax-tree/mdast#heading) | `######` |
| `thematicBreak` | [Thematic break](https://github.com/syntax-tree/mdast#thematicbreak) | `***` |
| `blockquote` | [Blockquote](https://github.com/syntax-tree/mdast#blockquote) | `>` |
| `ul` | [List](https://github.com/syntax-tree/mdast#list) | `-` |
| `ol` | [Ordered list](https://github.com/syntax-tree/mdast#list) | `1.` |
Expand All @@ -17,12 +16,12 @@
| `tbody` | [Table body](https://github.com/syntax-tree/mdast#table) | |
| `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``` ` |
| `inlineCode` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | `` `inlineCode` `` |
| `pre` | [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~~` |
| `inlineCode` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | `` `inlineCode` `` |
| `hr` | [Break](https://github.com/syntax-tree/mdast#break) | `---` |
| `hr` | [Thematic break](https://github.com/syntax-tree/mdast#thematicbreak) | `---` or `***` |
| `a` | [Link](https://github.com/syntax-tree/mdast#link) | `<https://mdxjs.com>` or `[MDX](https://mdxjs.com)` |
| `img` | [Image](https://github.com/syntax-tree/mdast#image) | `![alt](https://mdx-logo.now.sh)` |

1 comment on commit 3925219

@vercel
Copy link

@vercel vercel bot commented on 3925219 Nov 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.