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 get breaks added between each line #1446
Comments
|
Interesting, had no idea |
|
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue in 7 days. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If this issue still requires attention, please respond with a comment. Happy Coding! |
|
Still an issue. |
|
Hi guys! I would like check it, May I? |
|
Sure, I'll assign you the issue @redencion, thanks for volunteering! 😃 |
|
Hi guys! Is it normal? when I'm running bin/spring rspec, I got a fail test. I just cloned twice repository and again fail the test. I followed these steps https://docs.forem.com/getting-started/workflow/ |
|
I did PR but something is wrong, added option draft. |
|
Is this still an issue? If so, I would like to take a crack at it. |
|
Yes it is @alicenstar . I will assign it to you. Let us know if you have any questions and thanks for your help here! |
|
@cmgorton I am running into an issue setting up the project. I followed all install and setup instructions, but after running It cites the error as happening in I am new to Ruby so any assistance or nudge in the right direction is greatly appreciated. (I am running the project on Ubuntu 20.x on WSL2 if that helps.) |
|
Hey! I'm away from my computer until the morning but I pinged our OSS devs to see if any can offer assistance. I'll follow back up in the morning if you haven't received a response before then 😁 |
|
I managed to fix the environment variable issue - I'll work on this tomorrow now that I have my environment set up. :) |
|
Awesome! If you run in to any more issues just let us know. |
|
Well, unfortunately I am running into more issues. I'm on a Windows machine and my motherboard apparently can't handle having virtualization enabled without shutting down randomly multiple times a day, so I tried to switch to GitPod, but I can't get the project to run locally. I get |
|
@alicenstar Thanks for sticking with this through all the errors. I think this might be similar to what another contributor encountered. Here is their comment and if you read below that there is a solution from one of our engineers. Can you let me know if that helps at all? |
|
Thanks for pointing me to that comment - it helped! |
|
Trying to log in as the default admin user in my local environment (so that I can create a comment and test some things) and I am getting this error: |
|
Asking in our internal dev channel to see if anyone can help. |
|
Hi @alicenstar 👋🏾 |
|
Looks like it's gitpod?
https://forem.dev/akhil/aftermath-on-clicking-open-in-gitpod-581b
|
|
I was attempting to login through GitPod, so maybe that was the issue. I'm trying to recompile now, it's just taking a minute. Things keep freezing. |
|
Hi @alicenstar, I'm using Ubuntu 20.x and WSL2 as well! I followed our Windows guide to setup, and it seems like you were most of the way there since you got to run The error message |
|
@Zhao-Andy I had to switch to GitPod because my motherboard apparently can't handle having virtualization enabled without shutting down randomly multiple times a day. I got the project to run fine otherwise, but the random shut downs weren't going to work for me. I think GitPod's servers might be slowing down this |
|
@alicenstar gotcha, thanks for the clarification! |
|
I think I may possibly have fixed this issue. I am trying to run tests now to be sure, but I am running into an error when trying to run any test (using I tried running tests from the following folders: I tried changing my |
|
Hi @alicenstar, can you create the DB manually in the GitPod console? I can think of two options:
Let us know if that helps, and thank you! |
|
@rhymes That, along with executing |
|
@alicenstar thanks again for pushing through all these set backs. |
|
Hey @alicenstar wanted to check in and see how you are doing with this issue. Did you have any questions or need any help? |
|
Hey, sorry! Got a little busy the past couple weeks! I'll try to test my solution tonight just to verify it works |
|
No worries! We all get busy. Take your time and test it whenever you get a chance. Thanks again for your help. |
|
I unfortunately think I'm going to have to pass issue this to someone else for now. I'm low on time because of my new job, and I'm running into some issues with GitPod. That's something I want to try to work on (the docs and possibly augmenting the GitPod setup). Hopefully someone can test the work I've done here or use it as a starting point possibly. |
|
Thank you for the work you have done so far @alicenstar . We really appreciate it. 🙏 Also congrats on the new job! 🎉 |
|
There a another way to add this. try |
Describe the bug
Code blocks sometimes get breaks
<br>added between each line. You can see it in the one codeblock on A month of Flutter: a look back. It appears to be related to having headers following the code blocks.To Reproduce
Go to create a new post enter the following markdown and hit "preview".
Expected behavior
The code blocks should not have any blank lines between each line of code.
Screenshots
Correct display when
# headeris not included:Incorrect display when
# headeris included:Desktop (please complete the following information):
Additional context
The broken display only appears to happen when a header follows the code blocks. If I move it between or before the code blocks the breaks don't happen. I'm using v2 of the editor and have not tested with v1.
The text was updated successfully, but these errors were encountered: