HTMLtoMD
Common Scripts Pack.#
This Script is part of theConverts HTML to Markdown.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Cortex XSOAR Version | 5.0.0 |
#
InputsArgument Name | Description |
---|---|
html | HTML to convert to Markdown. |
escape_misc | When set to False, will skip escaping of miscellaneous punctuation characters such as &, +, -. |
#
OutputsPath | Description | Type |
---|---|---|
HTMLtoMD.Original | The original HTML that was converted to Markdown. | String |
HTMLtoMD.Result | The Markdown that was converted from the passed HTML. | String |