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
Previously, I was able to do this kind of styling e.g., use badges/colors in the site-nav using <span> elements.
<span>
Is it not allowed anymore? The <span> tags in site-nav items seem to be ignored now.
Not a deal-breaker but just checking if it is allowed.
The text was updated successfully, but these errors were encountered:
should still be allowed, will need the source
Sorry, something went wrong.
Example:
* [text1 <span class="text-danger">text2</span>]()
It's working now. Thanks for the fix @ang-zeyu
Successfully merging a pull request may close this issue.
Previously, I was able to do this kind of styling e.g., use badges/colors in the site-nav using
<span>
elements.Is it not allowed anymore? The
<span>
tags in site-nav items seem to be ignored now.Not a deal-breaker but just checking if it is allowed.
The text was updated successfully, but these errors were encountered: