We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de7a90 commit bd20caeCopy full SHA for bd20cae
src/data/docs.ts
@@ -188,14 +188,14 @@ export const docs: Record<string, DocPage> = {
188
<w:jc w:val="center"/>
189
</w:pPr>
190
<w:r>
191
- <w:t>Normal text, </w:t>
+ <w:t xml:space="preserve">Normal text, </w:t>
192
</w:r>
193
194
<w:rPr><w:b/></w:rPr>
195
<w:t>bold text</w:t>
196
197
198
- <w:t>, and </w:t>
+ <w:t xml:space="preserve">, and </w:t>
199
200
201
<w:rPr><w:i/></w:rPr>
0 commit comments