You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marp for VS Code v1.4.4 adds this class into every elements that have mapped to the Markdown line, so their elements may break $= in the CSS selector. We have the slide wrapper (<div>) in parent so just preventing to add the class in Marp <section> elements for the slide should be going to work like v1.4.3.
Version of Marp Tool
Marp-VSCode 1.4.4
Operating System
Linux
Environment
How to reproduce
section[class$='bar']
$=
can not workclass^='foo'
is wellExpected behavior
section[class$='bar']
can select class whose name is suffixed by 'bar'Actual behavior
section[class$='bar']
do not workAdditional information
md file:
The text was updated successfully, but these errors were encountered: