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
The functional notation like rgb(0, 128, 255) might break Markdown (CommonMark) image syntax by whitespace. To support functionals is no problem, but we should tell this problem to user.
The text was updated successfully, but these errors were encountered:
Related to yhatt/marp#252.
Marpit is already supported
backgroundColor
directive. But when you want to change color in a single page, it requires:<!-- _backgroundColor: "#def" -->
A suggestion in yhatt/marp#252 is very useful in this case. You may write the color code as like as the background image syntax.
It would allow color keywords,
transparent
,currentColor
, and RGB colors with hexadecimal notation#123abc
. It has the same behavior tobackgroundColor
spot directive.The functional notation like
rgb(0, 128, 255)
might break Markdown (CommonMark) image syntax by whitespace. To support functionals is no problem, but we should tell this problem to user.The text was updated successfully, but these errors were encountered: