Details
| ID | UseCaseBuilderMarkdownToHTML |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/bs4-py3:1.0.0.10120494 |
| Tags | markdown HTML |
args: - description: Markdown Text to transform. name: text required: true - auto: PREDEFINED defaultValue: 'True' description: If True - The markdown text will be converted to HTML without a Full HTML structure. name: convertOnlyMarkdown predefined: - 'True' - 'False' - auto: PREDEFINED defaultValue: 'False' description: If True - The resulted HTML will be nicely formatted as a Unicode string, with a separate line for each tag and each string. name: prettifyHTML predefined: - 'True' - 'False' comment: Converts Markdown to HTML. commonfields: id: UseCaseBuilderMarkdownToHTML version: -1 dockerimage: demisto/bs4-py3:1.0.0.10120494 enabled: true name: UseCaseBuilderMarkdownToHTML outputs: - contextPath: MarkdownToHTML.HTML description: The HTML converted text. type: String runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: - markdown - HTML type: python fromversion: 6.10.0 tests: - Run all tests