The html starts with
Hi,
We will fix this issue and update the docs ASAP.
You can use the below JS instead:
const options = {
selector: "#kt_docs_tinymce_plugins",
height : "480",
toolbar: "advlist | autolink | link image | lists charmap | print preview",
plugins : "advlist autolink link image lists charmap print preview"
};
if ( KTThemeMode.getMode() === "dark" ) {
options["skin"] = "oxide-dark";
options["content_css"] = "dark";
}
tinymce.init(options);