👾 smth

This commit is contained in:
Lavrentiy Rubtsov 2022-06-07 17:53:53 +06:00 committed by GitHub
parent d9ab4cf2bc
commit fec6e3dae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ str = str.replace(regexp, `<h1>Hello</h1>`);
``` ```
After that the value of `str` should be: After that the value of `str` should be:
```html ```html
<html> <html>
<body style="height: 200px"><h1>Hello</h1> <body style="height: 200px"><h1>Hello</h1>