DISCORD TOOLS
Unix timestamp conversion and markdown reference.
Timestamp Generator
Select a local date and time to generate Discord compatible Unix tags.
Message Tricks & Formatting
| Syntax | Result |
|---|---|
| **text** | Bold |
| *text* | Italic |
| __text__ | Underline |
| ~~text~~ | Strikethrough |
| ||text|| | Spoiler |
| # text | Heading 1 |
| ## text | Heading 2 |
| ### text | Heading 3 |
| -# text | Subtext |
| > text | Blockquote |
| [text](url) | Masked Link |
| `text` | Inline Code |
| ```html <html> Code goes here </html> ``` |
<html>
Code goes here </html> |