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

Newline doesn't trigger expansion #35

Open
seanmiddleditch opened this issue Sep 25, 2017 · 1 comment
Open

Newline doesn't trigger expansion #35

seanmiddleditch opened this issue Sep 25, 2017 · 1 comment

Comments

@seanmiddleditch
Copy link

Behavior observed on the public demo. Entering a newline does not trigger expansion like hitting space does. Example:

input:

text *highlight* text

produces:
text highlight text

(note that 'highlight' is correctly italicized and the * are elided from the rendered output)

but input:

text *highlight*<newline>
text

produces:
text *highlight*
text

(note the * are left literal and the word 'highlight' is not italicized)

@aanchalgera
Copy link

I am facing the same issue. Strangely, it works fine in the demo.

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