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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with adding inline code option #16

Closed
Pvazevedo opened this issue May 18, 2022 · 2 comments
Closed

Help with adding inline code option #16

Pvazevedo opened this issue May 18, 2022 · 2 comments

Comments

@Pvazevedo
Copy link

Pvazevedo commented May 18, 2022

Hi again,
I'm trying to implement an option to wrap inline code.
I reused the cloze icon because I don't know how to use svg 馃ぃ, I just changed the color to differentiate.

But I'm not quite understanding where I have to add the symbols to erase inline code with remove formatting button

"regex": "\\[\\[(?:#|\\$)(?:red|brown|blue)\\]\\]|==([^=]*)==|~ ~([^~]*)~~|\\^\\^([^\\^]*)\\^\\^|\\*\\*([^\\*]*)\\ *\\*|\\*([^\\*]*)\\*|_([^_]*)_|\\$([^\\$]*)\\$",

Could you help me?

@sethyuan
Copy link
Owner

I updated this regex in the README file to reflect how to remove inline codes (like this).

@Pvazevedo
Copy link
Author

Thank you mate!

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

2 participants