From d6d5eff0b89de102426ec6b4489504d19a97b849 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Thu, 4 Mar 2021 10:18:31 -0600 Subject: [PATCH] README: Fix style of ck-reset_all --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f1a46138..9960f0074 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,6 @@ InlineEditor.builtinPlugins = [ ``` ## Preview workaround -__.ck-reset_all *__ css rules from ckeditor5-ui and ckeditor5-theme-lark break rendering in preview mode. +`.ck-reset_all *` css rules from ckeditor5-ui and ckeditor5-theme-lark break rendering in preview mode. My solution for this is use rendering element outside of CKEditor DOM and place it to right place by using absolute position. Alternative solution could be using iframe, but then typesetting engine's scripts and styles have to copy to child document.