Skip to content

Commit ea94ebe

Browse files
docs: update readme table (#10)
1 parent 732f5b3 commit ea94ebe

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ maintenance of the commands.
66

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

9-
| Element | Discord | Reddit |
10-
|---------------------------------|------------------------|------------------------|
11-
| Headings[^1] | :heavy_check_mark: | :heavy_check_mark: |
12-
| Paragraphs[^2] | :warning:[^3] | :heavy_check_mark: |
13-
| Line Breaks | :x: | :heavy_check_mark: |
14-
| Bold | :warning:[^4] | :heavy_check_mark: |
15-
| Italic | :heavy_check_mark: | :heavy_check_mark: |
16-
| Blockquotes | :heavy_check_mark:[^5] | :heavy_check_mark: |
17-
| Ordered Lists | :heavy_check_mark: | :heavy_check_mark:[^6] |
18-
| Unordered Lists | :heavy_check_mark: | :warning:[^7] |
19-
| Code | :heavy_check_mark: | :heavy_check_mark: |
20-
| Horizontal Rules | :x: | :heavy_check_mark: |
21-
| Links | :heavy_check_mark: | :heavy_check_mark: |
22-
| Images | :x: | :x: |
23-
| Tables | :x: | :heavy_check_mark: |
24-
| Fenced Code Blocks | :heavy_check_mark: | :heavy_check_mark: |
25-
| Syntax Highlighting | :heavy_check_mark: | :x:[^8] |
26-
| Footnotes | :x: | :x: |
27-
| Heading IDs | :x: | :warning:[^9] |
28-
| Definition Lists | :x: | :x: |
29-
| Strikethrough | :heavy_check_mark: | :heavy_check_mark: |
30-
| Task Lists | :x: | :x: |
31-
| Emoji | :heavy_check_mark: | :warning:[^10] |
32-
| Highlight | :x: | :x: |
33-
| Subscript | :x: | :x: |
34-
| Superscript | :x: | :heavy_check_mark: |
35-
| Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: |
36-
| Disabling Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: |
37-
| HTML | :x: | :x: |
9+
| Element | Discord | Reddit | Accepted |
10+
|---------------------------------|------------------------|------------------------|--------------------|
11+
| Headings[^1] | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
12+
| Paragraphs[^2] | :warning:[^3] | :heavy_check_mark: | :white_check_mark: |
13+
| Line Breaks | :x: | :heavy_check_mark: | :x: |
14+
| Bold | :warning:[^4] | :heavy_check_mark: | :white_check_mark: |
15+
| Italic | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
16+
| Blockquotes | :heavy_check_mark:[^5] | :heavy_check_mark: | :white_check_mark: |
17+
| Ordered Lists | :heavy_check_mark: | :heavy_check_mark:[^6] | :white_check_mark: |
18+
| Unordered Lists | :heavy_check_mark: | :warning:[^7] | :white_check_mark: |
19+
| Code | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
20+
| Horizontal Rules | :x: | :heavy_check_mark: | :x: |
21+
| Links | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
22+
| Images | :x: | :x: | :x: |
23+
| Tables | :x: | :heavy_check_mark: | :x: |
24+
| Fenced Code Blocks | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
25+
| Syntax Highlighting | :heavy_check_mark: | :x:[^8] | :white_check_mark: |
26+
| Footnotes | :x: | :x: | :x: |
27+
| Heading IDs | :x: | :warning:[^9] | :x: |
28+
| Definition Lists | :x: | :x: | :x: |
29+
| Strikethrough | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
30+
| Task Lists | :x: | :x: | :x: |
31+
| Emoji | :heavy_check_mark: | :warning:[^10] | :white_check_mark: |
32+
| Highlight | :x: | :x: | :x: |
33+
| Subscript | :x: | :x: | :x: |
34+
| Superscript | :x: | :heavy_check_mark: | :x: |
35+
| Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
36+
| Disabling Automatic URL Linking | :heavy_check_mark: | :heavy_check_mark: | :white_check_mark: |
37+
| HTML | :x: | :x: | :x: |
3838

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

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

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

0 commit comments

Comments
 (0)