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 regex doesn't handle complex markdown #7

Open
talanov opened this issue Feb 28, 2018 · 0 comments
Open

Code regex doesn't handle complex markdown #7

talanov opened this issue Feb 28, 2018 · 0 comments

Comments

@talanov
Copy link

talanov commented Feb 28, 2018

For example:

If I'm trying to write this:

*bold*

For my instruction, but Haring handles this string as

*bold`*`

So it ignores second comment block.

To clarify, Haring ignores such construction too:

bold*

I tried to fix it in open class MarkdownCode, but it seems I can't handle it.

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