Currently, when adding an external link in Lexxy, there's no easy way to control or modify the `rel` attribute on the generated `<a>` tag. This means all external links are rendered as plain `<a href="...">`, which could unintentionally pass SEO value or enable backlink farming: <img width="1333" height="373" alt="Image" src="https://github.com/user-attachments/assets/0c4d35d1-5f89-42b2-9da8-5f82b1bca746" /> Maybe we could automatically add `rel="nofollow"` to every external link? Or make this configurable somehow? Open to suggestions!