A library for converting HTML to Markdown in Dart. It supports CommonMark, simple table and custom converting rules. 将html转换为markdown的Dart库,支持CommonMark、简单表格以及自定义转换规则。
../../.pub-cache/hosted/pub.dev/html2md-1.3.1/lib/src/converter.dart:108:41: Warning: Operand of null-aware operation '!' has type 'Node' which excludes null.
- 'Node' is from 'package:html/dom.dart' ('../../.pub-cache/hosted/pub.dev/html-0.15.4/lib/dom.dart').
sibling = util.previousSibling(node.node!);
^
../../.pub-cache/hosted/pub.dev/html2md-1.3.1/lib/src/converter.dart:111:37: Warning: Operand of null-aware operation '!' has type 'Node' which excludes null.
- 'Node' is from 'package:html/dom.dart' ('../../.pub-cache/hosted/pub.dev/html-0.15.4/lib/dom.dart').
sibling = util.nextSibling(node.node!);
Converter still works but maybe you want to silence these warnings.
Thank you for your great package.
If I use it, I see the following warnings:
Converter still works but maybe you want to silence these warnings.