-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
code blocks don't have linefeeds between lines. #191
Comments
Could you add a link to a page that does this so I can have a closer look? Thanks. |
Hi. Any news on this issue? Seems like the extension ignores line breaks (<br />) while converting preformatted text elements (<pre>). Here's a page you can test out: https://itnext.io/docker-tips-about-none-images-39fb34b20bc5 |
The example I gave is not medium.com. this long article -> https://threedots.tech/post/making-games-in-go/ |
I don't think it's unique to medium, but medium has a particularly ugly result with the medium code blocks. All of them relate to rendering the code block. Hopefully, there is a general solution. |
When I download a obsidian article that has the 3 backtips for a code block (e.g., dataview article), the code inside the block runs together with no linefeeds. So, i see something like:
tasksnot donedue before tomorrowsort by priorityhide backlinkhide due date
instead of
It looks like the linefeeds are getting lost. feels like a bug??
As an aside, it might also be good to not have the block type with the back ticks. So
This prevents the code from getting executed by Obsidian just because I added the article.
The text was updated successfully, but these errors were encountered: