wdpr
    Preparing search index...

    Interface EmbedBlockData

    Data for [[embed]]...[[/embed]] block elements. Contains raw HTML that is validated against an allowlist at render time. Unlike the html element, embed-block is paragraph-safe.

    interface EmbedBlockData {
        contents: string;
    }
    Index

    Properties

    Properties

    contents: string

    Raw HTML content