Skip to content

Commit d513bef

Browse files
committed
examples: key missing
1 parent 89400ae commit d513bef

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_data/open-properties.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
type: pause
44
applicability: all
55
effect: "short pause before processing the element as usual."
6-
- mathml: 'ab'
6+
examples:
7+
- mathml: 'ab'
78
en: "a [pause.] b"
89

910
- property: pause-medium
@@ -36,12 +37,14 @@
3637
type: pause
3738
applicability: all
3839
effect: "long pause before processing the element as usual."
39-
- mathml: 'ab'
40+
examples:
41+
- mathml: 'ab'
4042
en: "a [pause...] b"
4143

4244
- property: pause-xlong
4345
type: pause
4446
applicability: all
4547
effect: "extra long pause before processing the element as usual."
46-
- mathml: 'ab'
48+
examples:
49+
- mathml: 'ab'
4750
en: "a [pause....] b"

0 commit comments

Comments
 (0)