sinclairnick / brail

💌 Transactional email that feels different
https://brail.dev
Apache License 2.0
258 stars 6 forks source link

Fix: `<Link/>` tag cannot currently be inlined #20

Open sinclairnick opened 1 year ago

sinclairnick commented 1 year ago

At the moment, using the <Link/> tag forces a newline, causing bad formatting for mid-paragraph linking. The <a/> tag can be used instead, for the desired effect, for the time being.

The desired behaviour is that <Link/> should have minimal effect on styling.