• uis
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago

    That dot became part of url

      • uis
        link
        fedilink
        arrow-up
        2
        ·
        4 months ago

        For me on Jerboa(official lemmy app)

        • FutileRecipe@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          4 months ago

          Sounds to me like you need an upgrade. I tried Jerboa, but it felt like it always lagged behind or was buggy for some reason. Then I switched to Voyager, which gets constant updates. Also, it’s a PWA, so I don’t need an app and it can thus be used on mobile, tablet, desktop, etc. Not to mention the theming is one of the best, in my opinion.

          • uis
            link
            fedilink
            arrow-up
            1
            ·
            4 months ago

            Jerboa parses url correctly. Look at RFC1738. hpath is made of hsegments, which are made from arbitrary amount of uchars and other symbols, uchars include unreserved, which includes safe, which includes dot.

            So correct way to end sentence with url would be either by escaping url with some characters like [https://datatracker.ietf.org/doc/html/rfc1738], or using markdown urls like [display text](url).

    • XTL@sopuli.xyz
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      Thanks, fixed. I usually notice to be careful around URLs because the parsing varies