HTML Utils
The HTML Utils component provides helpful functions for building and formatting HTML documents.
Actions¶
Convert to Inline CSS {#convertinlinecss}¶
Convert an HTML document to use inline styles
| Input | Comments | Default |
|---|---|---|
| HTML |
Format HTML {#formathtml}¶
Apply prettier to an HTML document
| Input | Comments | Default |
|---|---|---|
| HTML |
Get HTML from URL {#gethtmlfromurl}¶
Fetch HTML content from a URL
| Input | Comments | Default |
|---|---|---|
| URL | The URL to fetch HTML content from |
HTML to Plaintext {#htmltoplaintext}¶
Convert an HTML document to plaintext
| Input | Comments | Default |
|---|---|---|
| HTML |
Strip HTML Tags {#striphtmltags}¶
Remove all HTML tags from a string
| Input | Comments | Default |
|---|---|---|
| HTML |