Using markdown to style your posts

Most ways to style your post on Replit Ask!

Just in case you don’t know how to give your post some S P I C E :hot_pepper:

Raw
Just in case you don't know how to give your post some ***S P I C E*** :hot_pepper:

Strong text
Italic text
Strong italic
Link

Raw
**Strong text** 
*Italic text*
***Strong italic***
[Link](https://replit.com/~)

Quote

console.log("code block "+variable)
Raw
> Quote
```js
console.log("code block "+variable)
```

:grinning: Grin emoji
Emoji without text near it (bigger)
:grinning:
:watermelon: Watermelon emoji
:symbols: Symbols emoji
:moyai:Emoji without official picker
Similarly with all other emojis

Raw
:grinning: Grin emoji
Emoji without text near it (bigger)
:grinning:
:watermelon: Watermelon emoji
:symbols: Symbols emoji
🗿Emoji without official picker
Similarly with all other emojis

Christmas 2022 Australia/Melbourne
2022-08-07T14:00:00Z2022-12-24T13:00:00Z

Raw
Christmas 2022 Australia/Melbourne
[date-range from=2022-08-08 to=2022-12-25 timezone="Australia/Melbourne"]

  • Bullets 1
  • Bullets 2
  1. Numbered 1
  2. Numbered 2
Raw
* Bullets 1
* Bullets 2

1. Numbered 1
2. Numbered 2

Hide details

The cheese is smelly

Spoiler

I forgor? :skull_and_crossbones:

Raw
[details="Hide details"]
The cheese is smelly
[/details]

Spoiler
[spoiler]I forgor? ☠️[/spoiler]

Static image


GIF
image

Raw
Static image
![image|539x500](upload://fB3tkdxkmd3kD2Yl7AhoyKBanAH.jpeg)
GIF
![image|112x112](upload://k1IhFHNtuAnLKBYVZFCBuvPgVNq.gif)

Guide created by @coding398

3 Likes