From 0436282eecc07c63930a8ef79c7aa774ab9527b1 Mon Sep 17 00:00:00 2001 From: Ventricule Date: Mon, 19 Feb 2018 23:10:50 +0100 Subject: [PATCH] htmlpurifier and parsedown as submodules --- .gitmodules | 6 ++++++ assets/htmlpurifier | 1 + assets/parsedown | 1 + 3 files changed, 8 insertions(+) create mode 160000 assets/htmlpurifier create mode 160000 assets/parsedown diff --git a/.gitmodules b/.gitmodules index 38af5d6..7642283 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "assets/html2opendocument"] path = assets/html2opendocument url = https://github.com/CatoTH/html2opendocument.git +[submodule "assets/htmlpurifier"] + path = assets/htmlpurifier + url = https://github.com/ezyang/htmlpurifier.git +[submodule "assets/parsedown"] + path = assets/parsedown + url = https://github.com/erusev/parsedown.git diff --git a/assets/htmlpurifier b/assets/htmlpurifier new file mode 160000 index 0000000..6d6d885 --- /dev/null +++ b/assets/htmlpurifier @@ -0,0 +1 @@ +Subproject commit 6d6d88512a8146939a9161bb03e95e3e97840439 diff --git a/assets/parsedown b/assets/parsedown new file mode 160000 index 0000000..c999a4b --- /dev/null +++ b/assets/parsedown @@ -0,0 +1 @@ +Subproject commit c999a4b61bfc15d3eed74a40ce814afe6faa21ea