We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I strip or trim HTML content to remove tags and whitespace at the beginning and end?
The text was updated successfully, but these errors were encountered:
strip or trim HTML content to remove tags and whitespace at the beginning and end?
Could you provide more context, are you trying to convert Quill Delta (the document JSON) to HTML? HTML conversation is not part of this repo.
Sorry, something went wrong.
Thank for your response.
When I call this method, the result is a Delta object which is not trimmed yet.
And the popular need is trimming the Delta content.
How can I do that ?
Thank you !
/// Returns contents of this document as [Delta]. Delta toDelta() => Delta.from(_delta);
I'm not sure how this relates to HTML conversation. This method outputs the Delta as it's.
Could you share the JSON output and a screenshot of the content in the editor?
No branches or pull requests
Is there an existing issue for this?
The question
How can I strip or trim HTML content to remove
tags and whitespace at the beginning and end?
The text was updated successfully, but these errors were encountered: