-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Newline added when toggling back and forth between markdown preview and edit mode in gmail #295
Comments
Do you use a custom font? See #236 |
Nope, I use the standard gmail sans serif font. On Sat, Aug 15, 2015 at 4:11 PM, Adam Pritchard notifications@github.com
|
I have the same problem. Using unformatted font. Mine does not push the text farther down the page with each toggle as @joelostblom describes, it just consistently pushes the text to the second line with each toggle. When I put my cursor at the beginning of my rendered message and try to press delete to remove the line, it does not allow me to do so. It's like there is a frozen line in the rendered view. Screencast: https://www.dropbox.com/s/bnhnncypo1dff20/markdown%20here%20bug.mov?dl=0 |
@ianjanicki: The single empty line was fixed with #243. For the fix to take effect, you need to reset your Primary Styling CSS. @joelostblom: Can you capture the HTML of your message both before and after rendering, and after rendering multiple times? An explanation of how to copy the HTML is shown here. Thanks. |
Just reproduced this behavior on another computer running Windows 10 and Chrome. |
I'm pretty sure you have Gmail configured to use a specific font. You can disable it by going into the Gmail settings and clicking this button: Like, you're using the basically-default sans-serif font, but it's still configured, rather than the actual "no specific font" default. Try disabling it and seeing if the blank line thing still happens. |
Ah ok, you are right. After clicking 'remove formatting' and saving it works even though it still says I am using Sans Serif and the text looks the same. Thanks! |
Hi,
When I am using Markdown Here (v2.11.8) for authoring gmail messages and switch back to edit mode after previewing, a newline is added on the top of the message. Keeping switching back and forth between preview and edit causes one more newline to be added each time, pushing the text of the message downwards.
I didin't experience this behavior when I tested on a couple of other sites so maybe the problem is gmail specific. I am using gmail in a separate app window on Ubuntu 15.04, Chromium 43.0.2357.130.
The text was updated successfully, but these errors were encountered: