Skip to content

Commit a88a2a1

Browse files
committed
multiline string with |
1 parent edaa5ca commit a88a2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data/core-properties.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,15 +326,15 @@
326326
- property: chemical-formula
327327
type: chemistry
328328
examples:
329-
- mathml:
330-
"<mrow intent=':chemical-formula'>
329+
- mathml: |
330+
<mrow intent=':chemical-formula'>
331331
<mmultiscripts>
332332
<mi mathvariant='normal' intent=':chemical-element'>H</mi>
333333
<mn>2</mn>
334334
<mrow/>
335335
</mmultiscripts>
336336
<mi mathvariant='normal' intent=':chemical-element'>O</mi>
337-
</mrow>"
337+
</mrow>
338338
en: cap h 2 cap o
339339
340340
- property: chemical-equation

0 commit comments

Comments
 (0)