Skip to content

Latest commit

 

History

History
87 lines (68 loc) · 1.95 KB

styling.md

File metadata and controls

87 lines (68 loc) · 1.95 KB

Styling & formating for your about-me

Default Styles

Italics

*italics* or _italics_

Underline

__underlined__

Bold

**bold**

Bold Italics

***bold italics***

Strikethrough

~~Strikethrough~~

Code Blocks

`This is a code block` or ```This is a code block too```

Spoiler

||spoiler||

Quote

> text

Slash Command (Only works in About-Me Section)

</Your_Text_Here:0> 

Emoji

Timestamps

You can use an Unix Timestamp Converter for easy human readable date conversion

Type Structure Example
Unix Timestamp <t:TIMESTAMP> <t:1618953630>
Unix Timestamp (Styled) <t:TIMESTAMP:STYLE> <t:1618953630:d>
Style Output Description
t 16:20 Short Time
T 16:20:30 Long Time
d 20/04/2021 Short Date
D 20 April 2021 Long Date
f * 20 April 2021 16:20 Short Date/Time
F Tuesday, 20 April 2021 16:20 Long Date/Time
R 2 months ago Relative Time

For example :

  • alive since <t:1072712400:R> == Alive since December 29, 2003
  • discord user since <t:1509291306:R> == discord user since October 29, 2017

Texts & Formating

Aknowledgements