Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-02-15 12:01:30 +0300
committerJulius Härtl <jus@bitgrid.net>2018-08-15 18:39:16 +0300
commite9efd1f1cb88a80f6c0e4fa6cc67de3054b45108 (patch)
tree3efc125dc67137862893612e40dfbe75d6246b69 /composer.json
parent4cc06665bf16966d203c8cc7cabb796c9b8ea16f (diff)
Add rendered markdown preview
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..f407d20
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,5 @@
+{
+ "require": {
+ "erusev/parsedown": "^1.6"
+ }
+}