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
Since the component default-slot syntax is deprecated in 2.x,
support for using custom styling should be re-added.
There are two ways to go here:
add argumentsto the fenced-block language descriptor, e.g. ``` mermaid [style={css;rules;here;}]
parse the mermaid content for a special comment syntax, e.g. %% style css: rule;
I currently tend towards going the second route as it seems more robust
and also wouldn't destroy anything if the code blocks were copied
into any other system.
The text was updated successfully, but these errors were encountered:
Since the component default-slot syntax is deprecated in 2.x,
support for using custom styling should be re-added.
There are two ways to go here:
%% style css: rule;
I currently tend towards going the second route as it seems more robust
and also wouldn't destroy anything if the code blocks were copied
into any other system.
The text was updated successfully, but these errors were encountered: