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
This is an issue template. Fill in your problem description here, replacing this text. Below you should include examples.
Markdown-it versions: ├── [email protected] ├── [email protected]
Example input:
--- {.green .red}
Current output:
<hr class="green" class="red">
Expected output:
<hr class="green red">
The text was updated successfully, but these errors were encountered:
Hi 👋 Thanks for reporting. Can confirm the behavior.
As this plugin does not render HTML, I believe the issue is with markdown-it, not markdown-it-attrs. Correct me if I'm wrong.
You can read more about rendering in the README, and also at markdown-it documentation: https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md#renderer
Sorry, something went wrong.
Hi 👋 Thanks for reporting. Can confirm the behavior. As this plugin does not render HTML, I believe the issue is with markdown-it, not markdown-it-attrs. Correct me if I'm wrong. You can read more about rendering in the README, and also at markdown-it documentation: https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md#renderer
Thank you for the quick response! Will close this issue and look into markdown-it instead.
Successfully merging a pull request may close this issue.
This is an issue template. Fill in your problem description here, replacing this text. Below you should include examples.
Markdown-it versions:
├── [email protected]
├── [email protected]
Example input:
Current output:
Expected output:
The text was updated successfully, but these errors were encountered: