Skip to content

Commit bae41e9

Browse files
committed
fix: syntax highlight
1 parent 6011261 commit bae41e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/classnotes/ecma/regexp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ console.log(cep.replace(/[\.-]/g, '')); //=> 12345678;
131131

132132
### HTML input pattern
133133

134-
```markup
134+
```html
135135
<input type="text" pattern="\d{5}-\d{3}" />
136136
```
137137

0 commit comments

Comments
 (0)