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

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