mirror of
https://github.com/zamentur/libreto.git
synced 2025-11-07 22:55:44 +05:30
htmlpurifier and parsedown as submodules
This commit is contained in:
parent
2bdee1ca28
commit
0436282eec
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
[submodule "assets/html2opendocument"]
|
[submodule "assets/html2opendocument"]
|
||||||
path = assets/html2opendocument
|
path = assets/html2opendocument
|
||||||
url = https://github.com/CatoTH/html2opendocument.git
|
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
|
||||||
|
|
|
||||||
1
assets/htmlpurifier
Submodule
1
assets/htmlpurifier
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6d6d88512a8146939a9161bb03e95e3e97840439
|
||||||
1
assets/parsedown
Submodule
1
assets/parsedown
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c999a4b61bfc15d3eed74a40ce814afe6faa21ea
|
||||||
Loading…
Add table
Add a link
Reference in a new issue