Skip to content

Commit 9e52946

Browse files
committed
address some more warnings from yaml lint
1 parent 3654f31 commit 9e52946

File tree

1 file changed

+25
-29
lines changed

1 file changed

+25
-29
lines changed

_data/core-properties.yml

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@
261261
</mrow>
262262
en: the sum from 0 to n of i squared
263263
264-
265-
266264
- property: unit
267265
type: units-and-currency
268266
applicability: mi
@@ -366,43 +364,41 @@
366364
effect: read the term as a chemical equation
367365
comment: chemical equations include arrows, operators (e.g., `+`, `-`, `=`), and brackets (to indicate concentration)
368366
examples:
369-
- mathml: |
370-
<mrow intent=':chemical-equation'>
371-
<mrow intent=':chemical-equation'>
372-
<mn>2</mn>
373-
<mo>&#x2062;</mo>
374-
<mrow intent=':chemical-equation'>
375-
<mmultiscripts intent=':chemical-formula'>
376-
<mi mathvariant='normal' intent=':chemical-element'>H</mi>
377-
<mn>2</mn>
378-
<mrow/>
379-
</mmultiscripts>
380-
<mo>&#x2063;</mo>
381-
<mi mathvariant='normal' intent=':chemical-element'>O</mi>
382-
</mrow>
383-
</mrow>
384-
<mo>⟶</mo>
367+
- mathml: |
385368
<mrow intent=':chemical-equation'>
386369
<mrow intent=':chemical-equation'>
387370
<mn>2</mn>
388371
<mo>&#x2062;</mo>
372+
<mrow intent=':chemical-equation'>
373+
<mmultiscripts intent=':chemical-formula'>
374+
<mi mathvariant='normal' intent=':chemical-element'>H</mi>
375+
<mn>2</mn>
376+
<mrow/>
377+
</mmultiscripts>
378+
<mo>&#x2063;</mo>
379+
<mi mathvariant='normal' intent=':chemical-element'>O</mi>
380+
</mrow>
381+
</mrow>
382+
<mo>⟶</mo>
383+
<mrow intent=':chemical-equation'>
384+
<mrow intent=':chemical-equation'>
385+
<mn>2</mn>
386+
<mo>&#x2062;</mo>
387+
<mmultiscripts intent=':chemical-formula'>
388+
<mi mathvariant='normal' intent=':chemical-element'>H</mi>
389+
<mn>2</mn>
390+
<mrow/>
391+
</mmultiscripts>
392+
</mrow>
393+
<mo>+</mo>
389394
<mmultiscripts intent=':chemical-formula'>
390-
<mi mathvariant='normal' intent=':chemical-element'>H</mi>
395+
<mi mathvariant='normal' intent=':chemical-element'>O</mi>
391396
<mn>2</mn>
392397
<mrow/>
393398
</mmultiscripts>
394399
</mrow>
395-
<mo>+</mo>
396-
<mmultiscripts intent=':chemical-formula'>
397-
<mi mathvariant='normal' intent=':chemical-element'>O</mi>
398-
<mn>2</mn>
399-
<mrow/>
400-
</mmultiscripts>
401400
</mrow>
402-
</mrow>
403-
en: '2, cap h, sub 2; cap o; reacts to form; 2 cap h, sub 2; plus cap o, sub 2'
404-
405-
401+
en: '2, cap h, sub 2; cap o; reacts to form; 2 cap h, sub 2; plus cap o, sub 2'
406402
407403
- property: pause-short
408404
type: pause

0 commit comments

Comments
 (0)