We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0382c commit e701273Copy full SHA for e701273
lib/html_parser.dart
@@ -520,11 +520,6 @@ class HtmlParser extends StatelessWidget {
520
}
521
parentAfterText = parentAfter?.text ?? " ";
522
523
- if (tree.text?.contains("Linking") ?? false) {
524
- print(keepLeadingSpace.data);
525
- print(tree.text);
526
- print(BLOCK_ELEMENTS.contains(tree.element?.localName ?? ""));
527
- }
528
/// If the text is the first element in the current tree node list, it
529
/// starts with a whitespace, it isn't a line break, and either the
530
/// whitespace is unnecessary or it is a block element, delete it.
0 commit comments