wdpr
    Preparing search index...

    Module parser/rules/block/module/css

    Parser rule for the Wikidot [[module CSS]] block.

    Allows embedding custom CSS styles within a Wikidot page. The module body contains raw CSS text that is emitted as a style element in the AST.

    [[module CSS]]
    .custom-class { color: red; }
    [[/module]]

    Variables

    cssModuleRule