diff --git a/docs/examples/basic.php b/docs/examples/basic.php new file mode 100644 index 00000000..244afc96 --- /dev/null +++ b/docs/examples/basic.php @@ -0,0 +1,15 @@ +Simple and short'; + +$pure_html = $purifier->purify($html); + +?> \ No newline at end of file