you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago (6 children)

Maybe the two spaces after the period?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 3 points 2 years ago* (4 children)

    IDK what platform you are using, but the 2 spaces at the end of a line, are to make new line work in standard Internet browsers.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 2 years ago (2 children)

    Nothing to do with the browser, FYI, just the markdown interpreter - regardless of whether your client is a web app or otherwise.

    As you say, two spaces before a carriage return indicates a line break in most flavors of markdown. Two carriage returns indicates a paragraph break.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 2 years ago

    I use two spaces because I've been typing for a long time, lol

    Good eye! I still do it because, to my eyes, it makes it easier to indicate sentence boundaries while skimming the text.

    Some people say this is "wrong", and I won't enforce it on anyone, but I do it when I'm writing my own text. Not only do I like how it looks, but it's a habit I've had for close to 30 years. It's not worth fighting that level of muscle memory, especially when we have Find/Replace All! Haha

  • source
  • parent