We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
I am facing the same issue. Strangely, it works fine in the demo.
Sorry, something went wrong.
No branches or pull requests
Behavior observed on the public demo. Entering a newline does not trigger expansion like hitting space does. Example:
input:
produces:
text highlight text
(note that 'highlight' is correctly italicized and the * are elided from the rendered output)
but input:
produces:
text *highlight*
text
(note the * are left literal and the word 'highlight' is not italicized)
The text was updated successfully, but these errors were encountered: