Skip to content

Commit bd20cae

Browse files
committed
fix: text space preserve
1 parent 4de7a90 commit bd20cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/docs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@ export const docs: Record<string, DocPage> = {
188188
<w:jc w:val="center"/>
189189
</w:pPr>
190190
<w:r>
191-
<w:t>Normal text, </w:t>
191+
<w:t xml:space="preserve">Normal text, </w:t>
192192
</w:r>
193193
<w:r>
194194
<w:rPr><w:b/></w:rPr>
195195
<w:t>bold text</w:t>
196196
</w:r>
197197
<w:r>
198-
<w:t>, and </w:t>
198+
<w:t xml:space="preserve">, and </w:t>
199199
</w:r>
200200
<w:r>
201201
<w:rPr><w:i/></w:rPr>

0 commit comments

Comments
 (0)