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

Escaped markdown #404

Closed
Salah-Akil opened this issue Jun 8, 2022 · 2 comments
Closed

Escaped markdown #404

Salah-Akil opened this issue Jun 8, 2022 · 2 comments

Comments

@Salah-Akil
Copy link

Hi, I'm trying to access the "escaped" markdown.
For example if I type the following in the markdown editor:

*This* is a `const` with a slash \

I guess it gets escaped to something like this:

*This* is a \`const\` with a slash \\

If I'm correct, how do I access/console.log the escaped markdown?

@jaywcjlove
Copy link
Member

image

I didn't understand your description. Seems to be working fine.

@Salah-Akil

@Salah-Akil
Copy link
Author

Yes sorry, I just found a solution to my problem, all I had to do is to create an empty object, and add the value to it to get the "escape" MD.

result

@jaywcjlove thank you very much for your work guys!

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