We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scope_highlight
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
i would like to add a strikethrough in my custom checkbox:
custom = { canceled = { raw = "[~]", rendered = " ", highlight = "DiagnosticError", + scope_highlight = "@markup.strikethrough" }, },
implement scope_highlight for custom checkbox (render.md.CustomCheckbox.)
render.md.CustomCheckbox
none.
No response
The text was updated successfully, but these errors were encountered:
feat: support scope_highlight in custom checkboxes
2f36ac1
## Details Request: #207 Functions the same way as scope_highlight for checked and unchecked checkboxes, but for all the user defined ones.
Sure, added here: 2f36ac1
Sorry, something went wrong.
thank you!
No branches or pull requests
Is your feature request related to a problem? Please describe.
i would like to add a strikethrough in my custom checkbox:
custom = { canceled = { raw = "[~]", rendered = " ", highlight = "DiagnosticError", + scope_highlight = "@markup.strikethrough" }, },
Describe the solution you'd like
implement
scope_highlight
for custom checkbox (render.md.CustomCheckbox
.)Describe alternatives you've considered
none.
Additional information
No response
The text was updated successfully, but these errors were encountered: