|
Does that happen with the earlier version as well? I am trying to figure out if this was due to my cleanup or a logic bug.
In the original xhtml before the prettyprint were there spaces or line ends before or after these inline tags?
Given there are no existing pcss rules for inline tags in this code at all, I can not see how the space before or after an i or b tag is not being trimmed away by this code. When dealing with inline tags you can never both trim and condense.
Perhaps I will have to create a new pcss property to not trim pre and post text before or after after inline tags?
Last edited by KevinH; 04-15-2026 at 09:24 PM.
|