Closed aronatkins closed 1 year ago
Here is a layout that used <br>
rather than <p>
. Not clear which we should use, here.
I opted to go with a "</p>\n\n"
in the Lua code in https://github.com/rich-iannone/quarto-email/commit/25680b452583c58e31ba4c23430ed24016c356ef. It's now cleaned up so each piece of information is on its own line. Here's a partial screenshot from an email sent to myself after the change:
We can always tweak this later if this still looks off.
The current presentation of latest/this version
https://github.com/rich-iannone/quarto-email/blob/61443d78e378716819ef8ffc382d798e036c9b48/_extensions/quarto-email/quarto-email.lua#L217-L218
The resulting HTML looks like:
Rendered:
The latest and this version URLs should be presented on separate lines, maybe through separate paragraphs or with a
<br>
tag.Note: These examples are using placeholder values rather than real URLs.