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
Hi!
If I'm not mistaken, currently it seems that the default collapsible value must be set globally for all directives.
It would be great if it were possible to set this default value to true for specific directives only.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion - I agree that most global options should be applicable per block style.
I think the appropriate way to configure this would be like the custom array in the book.toml file, except with a collapsible property: https://tommilligan.github.io/mdbook-admonish/#custom-blocks
custom
book.toml
collapsible
I think one of:
would work fine.
Sorry, something went wrong.
Closed with PR #174
No branches or pull requests
Hi!
If I'm not mistaken, currently it seems that the default collapsible value must be set globally for all directives.
It would be great if it were possible to set this default value to true for specific directives only.
The text was updated successfully, but these errors were encountered: