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
    4
    ·
    5 days ago

    I’m not generally one to complain about walls of text, but I’m not reading this despite my curiosity. Paragraphs exist and should be used. This just looks like a kid who couldn’t competently create a GeoCities page.

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

      For some reason paragraph breaks are being added after loading the text via JavaScript. Very bizarre.

      • 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.