diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-12 22:06:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-12 22:06:10 +0200 |
commit | bd0925f3671882d03d5f2d9006b29656257f0d6c (patch) | |
tree | ef4d237a068a7e06e65e35f3ba7e10a6ddec63b7 /.gitmodules | |
parent | e13fd0f0ac82bc815d53cebae138dc5541c3098a (diff) |
Switch to PHP based markdown renderer (parsedown)
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8e18180fc..e9b88c03c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "application/third_party/QrCode"] path = application/third_party/QrCode url = https://github.com/endroid/QrCode.git +[submodule "application/third_party/parsedown"] + path = application/third_party/parsedown + url = https://github.com/erusev/parsedown.git |