Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The customTag attribute is invalid #131

Open
Libpzzz opened this issue Jul 30, 2024 · 0 comments
Open

The customTag attribute is invalid #131

Libpzzz opened this issue Jul 30, 2024 · 0 comments

Comments

@Libpzzz
Copy link

Libpzzz commented Jul 30, 2024

const converterOptions = {
customTag: (format, deltaOp) => {
console.log(format, deltaOp,"format, deltaOp");
return null; // 使用默认标签
}
};
let quillToHtml = new QuillDeltaToHtmlConverter(values.ops, converterOptions);
let htmlString = quillToHtml.convert();
After writing like this, no content was output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant