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

Using italic twice fails #28

Open
petrachi opened this issue Jan 3, 2015 · 0 comments
Open

Using italic twice fails #28

petrachi opened this issue Jan 3, 2015 · 0 comments

Comments

@petrachi
Copy link
Owner

petrachi commented Jan 3, 2015

When using the inline italic markdown in the same sentence, the parser fail with a SystemStackError.

?> RKit::Parser::Tree.new("**ok**", tag: :document, frame: nil).parsed
=> "<p ><em>ok</em></p>" 

?> RKit::Parser::Tree.new("**ok** **nok**", tag: :document, frame: nil).parsed
=> SystemStackError: stack level too deep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant