File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ const parse = createParser({
65
65
const selector = parse (' a[href^=/], .container:has(nav) > a[href]:lt($var):nth-child(5)' );
66
66
```
67
67
68
- * [ All syntax definition options.] ( docs/interfaces/SyntaxDefinition.md ) .
69
- * [ All the psudo-class definition options.] ( docs/interfaces/SyntaxDefinition.md#pseudoclasses ) .
70
- * [ All the attribute definition options.] ( docs/interfaces/SyntaxDefinition.md#attributes ) .
68
+ * [ All syntax definition options.] ( docs/interfaces/SyntaxDefinition.md )
69
+ * [ All the psudo-class definition options.] ( docs/interfaces/SyntaxDefinition.md#pseudoclasses )
70
+ * [ All the attribute definition options.] ( docs/interfaces/SyntaxDefinition.md#attributes )
71
71
72
72
#### Predefined CSS syntax definitions
73
73
You can’t perform that action at this time.
0 commit comments