You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -206,11 +206,11 @@ No, this library does **_not_** perform HTML sanitization. See [#124](https://gi
206
206
207
207
#### Are `<script>` tags parsed?
208
208
209
-
Although,`<script>` tags and their contents are rendered on the server-side, they are not evaluated on the client-side. See [#98](https://github.com/remarkablemark/html-react-parser/issues/98).
209
+
Although `<script>` tags and their contents are rendered on the server-side, they're not evaluated on the client-side. See [#98](https://github.com/remarkablemark/html-react-parser/issues/98).
210
210
211
-
#### My HTML attributes aren't getting called.
211
+
#### Why aren't my HTML attributes getting called?
212
212
213
-
That's because [inline event handlers](https://developer.mozilla.org/docs/Web/Guide/Events/Event_handlers)like`onclick` are parsed as a _string_rather than a _function_. See [#73](https://github.com/remarkablemark/html-react-parser/issues/73).
213
+
This is because [inline event handlers](https://developer.mozilla.org/docs/Web/Guide/Events/Event_handlers)(e.g.,`onclick`) are parsed as a _string_instead of a _function_. See [#73](https://github.com/remarkablemark/html-react-parser/issues/73).
0 commit comments