Markdown Flavor
Changelogs inside the JSON support Markdown. Powdered by markedjs/marked. Since JSONS don't support line breaks you can instead add \n to define a line break or to enter down a line. This will come in handy because markdown needs it for formatting.
Update Checker Markdown Support
| Element | Support | Notes |
|---|---|---|
| Headings | Yes | |
| Paragraphs | Yes | |
| Line breaks | Yes | |
| Bold | Yes | |
| Italic | Yes | |
| Blockquotes | Yes | You can use >>> to create a multi-line blockquote. All text from the >>> to the end of the message will be included in the quote. |
| Ordered Lists | Yes | |
| Unordered Lists | Yes | |
| Code | Yes | |
| Horizontal Rules | Yes | |
| Links | Yes | |
| Images | Yes | |
| Tables | Yes | |
| Fenced Codeblocks | Yes | |
| Syntax Highlighting | No | |
| Footnotes | No | |
| Heading ID's | No | |
| Definition Lists | No | |
| Strikethrough | Yes | Two tildes (~~word~~) only. |
| Task Lists | Yes | |
| Emoji (copy and paste) | Yes | |
| Emoji (shortcpdes) | No | |
| Automatic URL Linking | Yes | |
| Disabling URL Linking | No | Becomes inline code |
| HTML | Yes |
