From c84384e6608368a13a774d6d33a8cc32da7cf209 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 19 Jul 2022 15:21:17 +0200 Subject: [bugfix] html escape special characters in text instead of totally removing them (#719) * remove minify dependency * tidy up some tests * remove pre + postformat funcs * rework sanitization + formatting * update tests * add some more markdown tests --- vendor/github.com/tdewolff/parse/v2/.gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vendor/github.com/tdewolff/parse/v2/.gitignore (limited to 'vendor/github.com/tdewolff/parse/v2/.gitignore') diff --git a/vendor/github.com/tdewolff/parse/v2/.gitignore b/vendor/github.com/tdewolff/parse/v2/.gitignore deleted file mode 100644 index 6144b690b..000000000 --- a/vendor/github.com/tdewolff/parse/v2/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -tests/*/fuzz-fuzz.zip -tests/*/crashers -tests/*/suppressions -tests/*/corpus/* -!tests/*/corpus/*.* -- cgit v1.3