File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
docs/declarative-customization Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ Specifies the type of element to create. Valid elements include:
14
14
- ` div `
15
15
- ` span `
16
16
- ` a `
17
- - ` [ img](#img-src-security)`
17
+ - [ ` img ` ] ( #img-src-security )
18
18
- ` svg `
19
19
- ` path `
20
20
- ` button `
21
21
- ` p `
22
- - ` [ filepreview](#filepreview)`
22
+ - [ ` filepreview ` ] ( #filepreview )
23
23
24
24
Any other value will result in an error.
25
25
@@ -546,17 +546,17 @@ The following example contains an Expression object that performs the expression
546
546
547
547
Operators specify the type of operation to perform. Valid operator values include:
548
548
549
- - ` \ +`
550
- - ` \ -`
549
+ - ` + `
550
+ - ` - `
551
551
- ` / `
552
- - ` \ *`
552
+ - ` * `
553
553
- ` < `
554
- - ` \ >`
555
- - ` \ %`
554
+ - ` > `
555
+ - ` % `
556
556
- ` == `
557
557
- ` != `
558
558
- ` <= `
559
- - ` \ >=`
559
+ - ` >= `
560
560
- ` || `
561
561
- ` && `
562
562
- ` toString() `
@@ -599,17 +599,17 @@ Operators specify the type of operation to perform. Valid operator values includ
599
599
600
600
** Binary arithmetic operators** - The standard arithmetic binary operators that expect two operands include are:
601
601
602
- - ` \ +`
603
- - ` \ -`
602
+ - ` + `
603
+ - ` - `
604
604
- ` / `
605
- - ` \ *`
605
+ - ` * `
606
606
- ` < `
607
- - ` \ >`
608
- - ` \ %`
607
+ - ` > `
608
+ - ` % `
609
609
- ` == `
610
610
- ` != `
611
611
- ` <= `
612
- - ` \ >=`
612
+ - ` >= `
613
613
614
614
** Unary operators** - The standard unary operators that expect only one operand are:
615
615
You can’t perform that action at this time.
0 commit comments