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

Invalid quoted text delimitation #504

Closed
xcoulon opened this issue Mar 15, 2020 · 0 comments · Fixed by #505
Closed

Invalid quoted text delimitation #504

xcoulon opened this issue Mar 15, 2020 · 0 comments · Fixed by #505
Assignees
Milestone

Comments

@xcoulon
Copy link
Member

xcoulon commented Mar 15, 2020

eg: in foo_bar_baz _italic_, only the italic portion should render as italic, but it's bar_baz _italic which is selected.

@xcoulon xcoulon added this to the v0.4.0 milestone Mar 15, 2020
@xcoulon xcoulon self-assigned this Mar 15, 2020
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue Mar 16, 2020
Refactored grammar to support the following content:
```
non_italic_content _italic content_
```
where only `italic content` is parsed
as quoted text

Fixes bytesparadise#504

Signed-off-by: Xavier Coulon <[email protected]>
xcoulon added a commit that referenced this issue Mar 16, 2020
Refactored grammar to support the following content:
```
non_italic_content _italic content_
```
where only `italic content` is parsed
as quoted text

Fixes #504

Signed-off-by: Xavier Coulon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant