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
Sometime in the recent past, Google Docs changed how it does bolded text (from font-weight: bold to font-weight: 700). This means pasted bold text is not being caught by Medium-Editor's paste extension.
I'm making a pull request to address this issue.
Steps to reproduce
Create bolded text in google docs
Paste (via ctrl+v, edit menu, or right click) into medium-editor
Expected behavior: Bold formatting should be preserved
Actual behavior: Bold formatting is not preserved (note: italics are fine)
Description
Sometime in the recent past, Google Docs changed how it does bolded text (from
font-weight: bold
tofont-weight: 700
). This means pasted bold text is not being caught by Medium-Editor's paste extension.I'm making a pull request to address this issue.
Steps to reproduce
Expected behavior: Bold formatting should be preserved
Actual behavior: Bold formatting is not preserved (note: italics are fine)
Link to an example: demo page
Versions
The text was updated successfully, but these errors were encountered: