discordmarkdown

Create horizontal line in discord message


I would like to create a horizontal like in a discord message. Unfortunately using markdown doesn't work. For example, the syntax *** doesn't return a horizontal line or any given option from here. Here are some example I tried in a message:

enter image description here

My expected outcome would be like the lines from a new message per day like this:

enter image description here

So I was wondering if anyone knows if it is possible to create a horizontal line in a discord message?


Solution

  • We can make Horizontal Line by using Strikethrough style. In Discord, You can Strikethrough using double Tilde ~~ sign.

    You can use space or dash between it.
    Like

    ~~            ~~
    

    OR

    ~~---------------------~~
    

    It will draw line like this: Horizontal Line

    Bonus: Text between Line

    ~~--------------------------------~~ `02-05-2025` - **MahetabO** ~~----------------------------~~
    

    Text between Line