Skip to content

Commit 72358c3

Browse files
committed
Update Nordic MathML Guidelines 2024-1.md
Closes #24
1 parent 02e39d8 commit 72358c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Guidelines/Nordic MathML Guidelines 2024-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Also note that even if a math expression is displayed as a separate block in the
6969
Here are a couple of examples:
7070

7171
```html
72-
<p>Here is a block equation:</p>
72+
<p>Text preceding a stand-alone block of math content.</p>
7373
<p>
7474
<math display="block">
7575
<mrow>
@@ -85,7 +85,7 @@ Here are a couple of examples:
8585

8686
which will render
8787

88-
Here is a block equation:
88+
Text preceding a stand-alone block of math content.
8989
```math
9090
a + b = c
9191
```

0 commit comments

Comments
 (0)