Skip to content
New issue

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

code blocks - automatically detect and encode HTML code blocks #3

Open
jyoungblood opened this issue Apr 12, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jyoungblood
Copy link
Owner

Currently we have to use html entities for html tags. For example: <h2> --> &lt;h2&gt;

Not a big deal, but it kinda sucks if you have a lot of html.

It would be great to not have to think about this and just write html in the code blocks. Is there a highlight.js plugin that does this? Can we write one?

@jyoungblood jyoungblood added the enhancement New feature or request label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant