I\'m trying to produce a highlighted text effect with a bit of padding, but the padding is only applied to the beginning and end, not new lines.
#highlight {
Solution is this CSS:
-webkit-box-decoration-break: clone; box-decoration-break: clone; display: inline;
https://css-tricks.com/almanac/properties/b/box-decoration-break/