From 0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2022 20:00:46 +0300 Subject: split into a separate repo --- vendor/masterminds/html5/example.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 vendor/masterminds/html5/example.php (limited to 'vendor/masterminds/html5/example.php') diff --git a/vendor/masterminds/html5/example.php b/vendor/masterminds/html5/example.php new file mode 100644 index 0000000..e4e1f22 --- /dev/null +++ b/vendor/masterminds/html5/example.php @@ -0,0 +1,32 @@ + + + TEST + + + + +
+

Hello World

This is a test of the HTML5 parser.

+
+ & Nobody nowhere. +
+ TEST + + © + +HERE; + +$html5 = new HTML5(); +$dom = $html5->loadHTML($html); + +echo "Converting to HTML 5\n"; + +$html5->save($dom, fopen('php://stdin', 'w')); -- cgit v1.2.3