Keep the spaces at the beginning of a message

Comments

5 comments

  • Vik

    Please, fucking yes 

    2
  • Mr. Man

    a possible solution is code blocks as they preserve whitespace

    i know this is 2 years late, but I had to put this here for people who see this in the future.

    0
  • Yuurei

    @Mr. Man Unfortunately the code blocks trick only seems to be working on desktop screen, when I'm visualizing the same text on my phone app, the spaces are removed. I wish there were a way to tell discord that we want those spaces to be kept x)

    0
  • ziggysmalls

    Yuurei Change the code block to a new line after the initial triple-grave. For some reason mobile doesn't display code blocks unless you do this.

    For example, normally your code block would be:
    ```Some text
    text on a new line
    etc```

    to make it both mobile and desktop-friendly, do this:
    ```
    Some text
    text on a new line
    etc```

     

    0
  • Cpt_Broombeard

    you can use blank braille pattern to insert blank spaces  ("⠀").
    However, this is not ideal since it's a bit bigger than a regular space.
    Think one of these equals 3 spaces, so it doesn't work if you only want 1 or 2 spaces.

    Wish you could just use space at the beginning.

    6

Please sign in to leave a comment.