| theme | default |
|---|---|
| paginate | true |
| headingDivider | 2 |
This deck mixes current Marp compatibility gaps with targeted regression checks for features that were implemented recently.
Use it to keep unsupported behavior easy to reproduce while also guarding against regressions in newly supported directives.
headingDivider is now implemented — this deck uses headingDivider: 2 in front matter, so ## headings create automatic slide breaks.
The _backgroundColor syntax is now implemented here.
This slide remains in the watchlist deck as a quick visual regression check that spot overrides still apply to a single slide only.
Upstream Marpit treats bg as a background image keyword. The current implementation treats this as a normal image with alt text.
- Item one
- Item two
Inline math like # <!-- fit --> are useful future compatibility checks, but are not currently rendered with Marp semantics.
When backgroundSize: contain is set, the background image should be fitted within the slide without cropping.
Without an explicit backgroundSize (or with cover), the background image should stretch to fill the slide, cropping if needed.