From 2c2fdac4114b654a3bebb3a30a411012f6378dcb Mon Sep 17 00:00:00 2001 From: iodomi Date: Mon, 22 Jun 2026 02:39:58 +0200 Subject: [PATCH] feat(deps): use git submodules instead --- .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