singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.61k stars 841 forks source link

Trim content #2405

Open loveoverflowdev opened 16 hours ago

loveoverflowdev commented 16 hours ago

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?

EchoEllet commented 15 hours ago

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.