wdpr
    Preparing search index...

    Interface HtmlData

    Data for [[html]] block elements. Contains raw HTML that is sanitized at render time.

    interface HtmlData {
        contents: string;
        style?: string;
    }
    Index

    Properties

    Properties

    contents: string

    Raw HTML content

    style?: string

    Optional <style> content extracted from the HTML