Searched hist:"04 daf66e74fc793b6e6c32f98097335e0dc22075" (Results 1 – 2 of 2) sorted by relevance
| /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ |
| H A D | DWRenderer.php | 04daf66e74fc793b6e6c32f98097335e0dc22075 Mon Jul 31 11:50:46 UTC 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, 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.
|
| /plugin/commonmark/ |
| H A D | DWtest.php | 04daf66e74fc793b6e6c32f98097335e0dc22075 Mon Jul 31 11:50:46 UTC 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, 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.
|