From 1d096887dd4230a6d5f54cfedde1bbc9d5545429 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Mon, 24 Oct 2022 14:53:32 +0000 Subject: [PATCH] Added submodules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6704f18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "parsedown"] + path = parsedown + url = https://github.com/erusev/parsedown.git +[submodule "parsedown-extra"] + path = parsedown-extra + url = https://github.com/erusev/parsedown-extra.git