Parser rule for the Wikidot [[module CSS]] block.
[[module CSS]]
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.
style
[[module CSS]].custom-class { color: red; }[[/module]] Copy
[[module CSS]].custom-class { color: red; }[[/module]]
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
styleelement in the AST.Example