Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable SHOWDOWN_OPTIONSConst

    SHOWDOWN_OPTIONS: Readonly<
        {
            disableForced4SpacesIndentedSublists: true;
            noHeaderId: true;
            parseImgDimensions: true;
            strikethrough: true;
            tables: true;
            tablesHeaderId: true;
        },
    > = ...

    The configured showdown bi-directional HTML <-> Markdown converter options.