Skip to content

Commit c1098e4

Browse files
committed
Whitespace in <mtext>
Added instructions on including whitespace in <mtext> markup.
1 parent 1e67dd8 commit c1098e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guidelines/Nordic MathML Guidelines 2024-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ When a notation has written words, then you should use `<mtext>` as well. For ex
247247

248248
Note that some automatic MathML markup engines causes text in equations to be captured with each letter inside its own `<mi>` element. Please avoid this and use `<mtext>` instead as examplified above.
249249

250-
The attribute `style` can be used to format text in the `<text>` element to reflect the source.
250+
The attribute `style` can be used to format text in the `<mtext>` element to reflect the source. Also make sure to include whitespace when necessary inside the `<mtext>` markup so that the display matches the source.
251251

252252
### General Layout Schemata
253253

0 commit comments

Comments
 (0)