diff --git a/services/web/frontend/js/features/source-editor/extensions/visual/paste-html.ts b/services/web/frontend/js/features/source-editor/extensions/visual/paste-html.ts index 7173cfe6ca..221d60d980 100644 --- a/services/web/frontend/js/features/source-editor/extensions/visual/paste-html.ts +++ b/services/web/frontend/js/features/source-editor/extensions/visual/paste-html.ts @@ -443,7 +443,7 @@ const selectors = [ createSelector({ selector: '*', match: element => - parseInt(element.style.fontWeight) > 400 && hasContent(element), + parseInt(element.style.fontWeight) >= 700 && hasContent(element), start: () => '\\textbf{', end: () => '}', inside: true,