UseCaseBuilderMarkdownToHTML

Converts Markdown to HTML.

python · Use Case Builder

Details

IDUseCaseBuilderMarkdownToHTML
Languagepython
From Version6.10.0
Docker Imagedemisto/bs4-py3:1.0.0.10120494
Tagsmarkdown 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