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
Describe the solution you'd like
I expect to be able to render Markdown files like I would see them out in the wild on Github without the distracting highlighting for trailing spaces in code blocks. For example this is how helloworld-tutorial.md renders on Github.
Describe alternatives you've considered
alternative would be to to trim the file myself, but I expect to be able to read existing markdown files created by other people out of the box
The text was updated successfully, but these errors were encountered:
Thanks for bringing this to our attention! I'm going to move it to our markdown rendering library so we can make sure it gets addressed in the upstream dependency.
Is your feature request related to a problem? Please describe.
I find the bright pink trailing space highlighting very distracting. Example:
Describe the solution you'd like
I expect to be able to render Markdown files like I would see them out in the wild on Github without the distracting highlighting for trailing spaces in code blocks. For example this is how helloworld-tutorial.md renders on Github.
Describe alternatives you've considered
alternative would be to to trim the file myself, but I expect to be able to read existing markdown files created by other people out of the box
The text was updated successfully, but these errors were encountered: