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

Feature: Support for <mark> in Markdown #1261

Closed
folofjc opened this issue Aug 5, 2022 · 2 comments
Closed

Feature: Support for <mark> in Markdown #1261

folofjc opened this issue Aug 5, 2022 · 2 comments
Assignees

Comments

@folofjc
Copy link

folofjc commented Aug 5, 2022

Similar to #1045, it would be great to have support for <mark> and </mark> tags in markdown. Basically doing some conceal on the tags when not on this line (like for bold, italic, etc) and "highlighting" it in some way. Many Markdown editors show things within the <mark> and </mark> tags as highlights.

Many Markdown editors also use ==Highlighted Text==, but this would break the vimwiki header syntax, so that doesn't seem feasible. Although maybe if there is no space between the == and the text, or if there is more text on the same line?

@tinmarino tinmarino changed the title Support for <mark> in Markdown Feature: Support for <mark> in Markdown Mar 17, 2023
@tinmarino
Copy link
Member

From: https://www.w3schools.com/tags/tag_mark.asp

mark {
  background-color: yellow;
  color: black;
}

Screenshot from 2023-03-17 03-23-15

@tinmarino tinmarino self-assigned this Mar 17, 2023
tinmarino added a commit to tinmarino/vimwiki that referenced this issue Mar 17, 2023
tinmarino added a commit to tinmarino/vimwiki that referenced this issue Mar 17, 2023
@tinmarino
Copy link
Member

Closing <= Implemented in 8374bcf present in the dev branch

Screenshot from 2023-03-17 03-39-54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants