• Asafum@feddit.nl
    link
    fedilink
    arrow-up
    54
    arrow-down
    3
    ·
    11 hours ago

    I always enjoy seeing the double asterisk in places where that formatting doesn’t work. It’s like ahh I know you type elsewhere often enough that it has become part of your “style” of writing lol

    • optional@sh.itjust.works
      link
      fedilink
      arrow-up
      75
      ·
      11 hours ago

      It’s the other way round: I don’t know if it applies to this fella, but /we/ used ** // and __ long before applications knew what that’s supposed to mean. We’ve been using it even on devices that are _physically_ incapable of producing formatted text, so it was the readers responsibility to parse and understand what it’s supposed to mean. Back in those days we’d also type :'-( instead of 😢.

      It actually annoys me that markdown got it all wrong, and thus applications using markdown do it all wrong as well:

      *foo* should be bold, not italic
      /foo/ should be italic, not just /slashes/
      _foo_ should be underlined, but for lemmy that’s just another way of saying italic, underlining seems to be outright impossible.

      Why? :'-(