Compare commits

...

3 Commits

Author SHA1 Message Date
iodomi
2c2fdac411 feat(deps): use git submodules instead 2026-06-22 02:39:58 +02:00
iodomi
858b392ddd fix: "feat(deps): add parsedown and parsedown-extra"
This reverts commit afd97d41ef.
2026-06-22 02:37:21 +02:00
iodomi
afd97d41ef feat(deps): add parsedown and parsedown-extra 2026-06-22 01:18:01 +02:00

6
.gitmodules vendored Normal file
View File

@@ -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