We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
marked-extensions/src/renderer.js
Lines 88 to 90 in b69333f
Code blocks with infostring starting with % is wrapped in a div with class name block--${infostring.slice(1)}.
%
div
block--${infostring.slice(1)}
This should be restricted to known types: info, warn, danger. And maybe just %block because there are some instructions with %.
info
warn
danger
%block
The text was updated successfully, but these errors were encountered:
No branches or pull requests
marked-extensions/src/renderer.js
Lines 88 to 90 in b69333f
Code blocks with infostring starting with
%
is wrapped in adiv
with class nameblock--${infostring.slice(1)}
.This should be restricted to known types:
info
,warn
,danger
. And maybe just%block
because there are some instructions with%
.The text was updated successfully, but these errors were encountered: