Skip to content

Commit 2bced09

Browse files
authored
Correct Readme with the real converted HTML
Actually the package doesn't remove the style tag, it just adds the inline style. I was believing it removes it because of your example in the readme, until i've read the tests. So I think the documentation is better like that :-)
1 parent ecd8db6 commit 2bced09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Into this:
3636
```html
3737
<html>
3838
<head>
39+
<style>
40+
h1 {
41+
font-size: 24px;
42+
color: #000;
43+
}
44+
</style>
3945
</head>
4046
<body>
4147
<h1 style="font-size: 24px; color: #000;">Hey you</h1>

0 commit comments

Comments
 (0)