tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
29
pulls
pipelines
remove annoying extra spaces in text content spans
awarm.space
6 months ago
bfebbcb5
550cda41
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
BaseTextBlock.tsx
+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
37
-
${isHighlighted ? "highlight bg-highlight-1" : ""}`;
37
37
+
${isHighlighted ? "highlight bg-highlight-1" : ""}`.replaceAll("\n", " ");
38
38
39
39
if (isCode) {
40
40
children.push(