@@ -6,40 +6,40 @@ maintenance of the commands.
6
6
7
7
The commands should be single markdown files and must comply with the following:
8
8
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 : |
38
38
39
39
:information_source : Do not use features that are not supported by all targets. For example, do not use line breaks,
40
40
since it is not supported by Discord.
41
41
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
43
43
[ Reddit Markdown Guide] ( https://www.markdownguide.org/tools/reddit/ ) .
44
44
45
45
[ ^ 1 ] : A heading is required in every file.
@@ -52,4 +52,4 @@ For more information see the [Discord Markdown Guide](https://www.markdownguide.
52
52
[ ^ 7 ] : Cannot use plus signs (+).
53
53
[ ^ 8 ] : Reddit doesn't support syntax highlighting, but it should be okay to use anyway.
54
54
[ ^ 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