-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Rich text from markdown can get newlines wrong #2589
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
Comments
Hi. I have similar issues. Also I cannot find what markdown is currently supported. Tables? Syntax Hi-lighting for code fences? This would be a really, really useful tool if it was working properly. Stuart OS: Linux Mint 20.2 Cinnamon |
These are not part of the core Markdown spec, we may add them in the future |
both items fixed on |
This issue is closed @jfjensen - please open a new one |
…nd Emph to avoid wrong markdown render
Describe the bug:
I was following the youtube video here to make a markdown editor, and I noticed that when adding exclamation points in a header, like in "Hello!!!", the first is put on the next line, while the second and third are added to the header.
To Reproduce:
Steps to reproduce the behaviour:
Type the text as shown into the editor panel on the left.
Screenshots:
Example code:
This is the code I used to create the HSplit markdown editor. Pretty much exactly what was shown in the video except for window sizing.
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: