Class

MarkdownGfmHtmlToMd (markdown-gfm/html2markdown)

@ckeditor/ckeditor5-markdown-gfm/src/html2markdown/html2markdown

class

Filtering

Properties

  • private

    _keepRawTags : Array<string>

  • private

    _processor : any

Methods

  • constructor()

  • keep( tagName ) → void

    Parameters

    tagName : string

    Returns

    void
  • parse( html ) → string

    Parameters

    html : string

    Returns

    string
  • private

    _buildProcessor() → void

    Returns

    void
  • private

    _getRawTagsHandlers() → Record<string, Handle>

    Returns handlers for raw HTML tags that should be kept in the Markdown output.

    Returns

    Record<string, Handle>