From bd0925f3671882d03d5f2d9006b29656257f0d6c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 12 Jun 2016 22:06:10 +0200 Subject: Switch to PHP based markdown renderer (parsedown) Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-24-g4f1b