Closed tsdevelopment closed 6 years ago
Whenever I use the blockquote tag I get an exception:
blockquote
Another exception was thrown: 'package:flutter/src/widgets/container.dart': Failed assertion: line 59 pos 15: 'decoration != null': is not true.
Example code: String markdown = html2md.convert('<blockquote>Lorem ipsum...</blockquote>');
String markdown = html2md.convert('<blockquote>Lorem ipsum...</blockquote>');
I can run the example code on my machine. I think the exception was thrown by your flutter code.
Whenever I use the
blockquote
tag I get an exception:Another exception was thrown: 'package:flutter/src/widgets/container.dart': Failed assertion: line 59 pos 15: 'decoration != null': is not true.
Example code:
String markdown = html2md.convert('<blockquote>Lorem ipsum...</blockquote>');