flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[QUESTION] doNotRenderTheseTags parameter is working well but onlyRenderTheseTags isn't-version 3.0.0-beta.2

Open EcenurOzal opened this issue 1 year ago • 0 comments

I only want to render specific tags, but when I try to use the OnlyRenderTheseTags parameter widget it acts as if I didn't put any tags, but doNotRenderTheseTags works as it should. Has anyone faced the same problem? Any suggestion? I use it like this: doNotRenderTheseTags: {'h1' , ....},

EcenurOzal avatar Aug 14 '23 14:08 EcenurOzal