You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored grammar to support the following content:
```
non_italic_content _italic content_
```
where only `italic content` is parsed
as quoted text
Fixesbytesparadise#504
Signed-off-by: Xavier Coulon <[email protected]>
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]>
eg: in
foo_bar_baz _italic_
, only theitalic
portion should render as italic, but it'sbar_baz _italic
which is selected.The text was updated successfully, but these errors were encountered: