a tool for shared writing and social publishing

remove annoying extra spaces in text content spans

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/BaseTextBlock.tsx
··· 34 34 ${isItalic ? "italic" : ""} 35 35 ${isUnderline ? "underline" : ""} 36 36 ${isStrikethrough ? "line-through decoration-tertiary" : ""} 37 - ${isHighlighted ? "highlight bg-highlight-1" : ""}`; 37 + ${isHighlighted ? "highlight bg-highlight-1" : ""}`.replaceAll("\n", " "); 38 38 39 39 if (isCode) { 40 40 children.push(