if (/(bold)/i.test(outputStyles["font-weight"])) {
                    delete outputStyles["font-weight"];
                    node.wrap(new Node("b", 1));
                }