I want to up the font of a code block on one of my Marp slides.
How can I style an individual code block without also effecting surrounding text?
I want to up the font of a code block on one of my Marp slides.
How can I style an individual code block without also effecting surrounding text?
Turns out that marp respects
scopedon style tags, apply the style only to the current slide.The code blocks are likely the only item on the slide using a
pretag. Thus