class: center, middle # mdeck — Advanced ### Custom markup & plugins --- # What we'll cover 1. **Content classes** — mdeck's built-in block/inline wrapper syntax 2. **Custom CSS classes** — style them any way you like 3. **markdown-it plugins** — extend the parser at runtime 4. **Custom macros** — reusable slide directives --- # Content classes (built-in) Wrap any block or inline content with a CSS class using `.className[…]`: ```markdown .center[This text is centered] .pull-left[ ## Left column Content here. ] .pull-right[ ## Right column Content here. ] ``` Nest them freely — `.red[.bold[important]]`. --- # Custom CSS classes Because content classes map directly to CSS class names, you can define **any class you like** and immediately use it in slides. Add to your page `