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

How To Fork and Implement Highlighter / Hilite #257

Open
volomike opened this issue May 25, 2022 · 0 comments
Open

How To Fork and Implement Highlighter / Hilite #257

volomike opened this issue May 25, 2022 · 0 comments

Comments

@volomike
Copy link

It's now becoming common to see the double equal sign around something in many variations of Markdown to indicate a highlighted section, such as:

You should ==always remember this==.

And that would display with <mark> wraparound on that, meaning often a yellow highlighter background color unless overridden by CSS.

It would be nice if CommonMark would implement a plugin system where this could be added, as well as a way to protect this from impacting any <code> or <pre> blocks that were set up with backticks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant