04daf66e | 31-Jul-2023 |
Adrien Beau <abe.github@zerty.xyz> |
Fix spurious spaces around inline elements
Without this fix, the code adds a block separator after each element, which translates to a space before and after each element, including bold, italics, e
Fix spurious spaces around inline elements
Without this fix, the code adds a block separator after each element, which translates to a space before and after each element, including bold, italics, etc. This is especially visible when the element is followed by punctuation.
The fix makes the code only add a block separator after block elements.
show more ...
|