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
HtmlToText is a simple custom connector to convert HTML to plain text.
3
+
4
+
## Prerequisites
5
+
6
+
## Connector Documentation
7
+
The HtmlToText custom connector is an alternative to the [Content Conversion (Preview) connector](https://docs.microsoft.com/en-us/connectors/conversionservice/)
8
+
It is not meant to be reverse compatible with the Content Conversion (Preview) connector.
9
+
The HtmlToText custom connector by default will:
10
+
* Remove all table tags and content from HTML
11
+
* Replace br tags with newline.
12
+
* Replace br, div, header, p, hr, li, ol, ul blocks with newline.
13
+
* Remove HTML tags.
14
+
15
+
## Known Issues and Limitations
16
+
17
+
## Deployment Instructions
18
+
Please use [these instructions](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli) to deploy this connector as custom connector in Microsoft Power Automate and Power Apps.
0 commit comments