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
Updated to ver 2.7.0 and I add the body property, new style of CSS, into inline_css.
Everything works perfectly when I set it to "color:#333;" or "margin:40px;".
However, when it was set to "color:#333; margin:40px;" and then I sent my note to Evernote, I got raw HTML (only tables) when I reopened the same note from Evernote.
The text was updated successfully, but these errors were encountered:
gh594
changed the title
[v2.7.0] Table doesn't work correctly with a specified "body" property of inline_css.
[v2.7.0] Table doesn't work correctly with a specific "body" property of inline_css.
Mar 23, 2016
Found the bug, it's going to be fixed in the next release.
For a temporary patch, increase the number 150 at line 861 of sublime_evernote.py.
Thanks for reporting this!
Updated to ver 2.7.0 and I add the body property, new style of CSS, into inline_css.
Everything works perfectly when I set it to "color:#333;" or "margin:40px;".
However, when it was set to "color:#333; margin:40px;" and then I sent my note to Evernote, I got raw HTML (only tables) when I reopened the same note from Evernote.
The text was updated successfully, but these errors were encountered: