Skip to content

Commit

Permalink
docs: update readme table (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 1, 2024
1 parent 732f5b3 commit ea94ebe
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ maintenance of the commands.

The commands should be single markdown files and must comply with the following:

| Element | Discord | Reddit |
|---------------------------------|------------------------|------------------------|
| Headings[^1] | :heavy_check_mark: | :heavy_check_mark: |
| Paragraphs[^2] | :warning:[^3] | :heavy_check_mark: |
| Line Breaks | :x: | :heavy_check_mark: |
| Bold | :warning:[^4] | :heavy_check_mark: |
| Italic | :heavy_check_mark: | :heavy_check_mark: |
| Blockquotes | :heavy_check_mark:[^5] | :heavy_check_mark: |
| Ordered Lists | :heavy_check_mark: | :heavy_check_mark:[^6] |
| Unordered Lists | :heavy_check_mark: | :warning:[^7] |
| Code | :heavy_check_mark: | :heavy_check_mark: |
| Horizontal Rules | :x: | :heavy_check_mark: |
| Links | :heavy_check_mark: | :heavy_check_mark: |
| Images | :x: | :x: |
| Tables | :x: | :heavy_check_mark: |
| Fenced Code Blocks | :heavy_check_mark: | :heavy_check_mark: |
| Syntax Highlighting | :heavy_check_mark: | :x:[^8] |
| Footnotes | :x: | :x: |
| Heading IDs | :x: | :warning:[^9] |
| Definition Lists | :x: | :x: |
| Strikethrough | :heavy_check_mark: | :heavy_check_mark: |
| Task Lists | :x: | :x: |
| Emoji | :heavy_check_mark: | :warning:[^10] |
| Highlight | :x: | :x: |
| Subscript | :x: | :x: |
| Superscript | :x: | :heavy_check_mark: |
| Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: |
| Disabling Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: |
| HTML | :x: | :x: |
| Element | Discord | Reddit | Accepted |
|---------------------------------|------------------------|------------------------|--------------------|
| Headings[^1] | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| Paragraphs[^2] | :warning:[^3] | :heavy_check_mark: | :white_check_mark: |
| Line Breaks | :x: | :heavy_check_mark: | :x: |
| Bold | :warning:[^4] | :heavy_check_mark: | :white_check_mark: |
| Italic | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| Blockquotes | :heavy_check_mark:[^5] | :heavy_check_mark: | :white_check_mark: |
| Ordered Lists | :heavy_check_mark: | :heavy_check_mark:[^6] | :white_check_mark: |
| Unordered Lists | :heavy_check_mark: | :warning:[^7] | :white_check_mark: |
| Code | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| Horizontal Rules | :x: | :heavy_check_mark: | :x: |
| Links | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| Images | :x: | :x: | :x: |
| Tables | :x: | :heavy_check_mark: | :x: |
| Fenced Code Blocks | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| Syntax Highlighting | :heavy_check_mark: | :x:[^8] | :white_check_mark: |
| Footnotes | :x: | :x: | :x: |
| Heading IDs | :x: | :warning:[^9] | :x: |
| Definition Lists | :x: | :x: | :x: |
| Strikethrough | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| Task Lists | :x: | :x: | :x: |
| Emoji | :heavy_check_mark: | :warning:[^10] | :white_check_mark: |
| Highlight | :x: | :x: | :x: |
| Subscript | :x: | :x: | :x: |
| Superscript | :x: | :heavy_check_mark: | :x: |
| Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| Disabling Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
| HTML | :x: | :x: | :x: |

:information_source: Do not use features that are not supported by all targets. For example, do not use line breaks,
since it is not supported by Discord.

For more information see the [Discord Markdown Guide](https://www.markdownguide.org/tools/discord/) or the
For more information, see the [Discord Markdown Guide](https://www.markdownguide.org/tools/discord/) or the
[Reddit Markdown Guide](https://www.markdownguide.org/tools/reddit/).

[^1]: A heading is required in every file.
Expand All @@ -52,4 +52,4 @@ For more information see the [Discord Markdown Guide](https://www.markdownguide.
[^7]: Cannot use plus signs (+).
[^8]: Reddit doesn't support syntax highlighting, but it should be okay to use anyway.
[^9]: Automatically generated. There's no way to set custom heading IDs.
[^10]: Emoji shorcodes are not supported. Paste the emoji directly.
[^10]: Emoji shortcodes are not supported. Paste the emoji directly.

0 comments on commit ea94ebe

Please sign in to comment.