Your friend group decides more of your spending than your paycheck does. Same salary, wildly different bank balances — the difference isn’t willpower.

  • Powderhorn@beehaw.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    Probably a CR/LF issue that whoever built the site to have basic text rendering be reliant on JS couldn’t be fucked to care about.

    • MoonMelon@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      3 days ago

      Yeah, something like that. Looks like it’s caused by this markdown parsing library: https://github.com/markedjs/marked

      They are parsing markdown and sanitizing the output on every single page load clientside, and I guess that includes wrapping CR/LF with <p> tags.

      We’re surfing the interspace now.