Replace Mardownify library with html-to-markdown library.

This commit is contained in:
Klaus Weidenbach
2017-05-23 00:32:11 +02:00
parent 50e9d02458
commit 547df2219a
44 changed files with 2379 additions and 3359 deletions

View File

@@ -30,10 +30,10 @@
"ext-openssl" : "*",
"sabre/dav" : "~3.2",
"michelf/php-markdown" : "^1.7",
"pixel418/markdownify": "^2.2",
"bshaffer/oauth2-server-php": "^1.9",
"ezyang/htmlpurifier": "^4.9",
"simplepie/simplepie": "~1.5"
"simplepie/simplepie": "~1.5",
"league/html-to-markdown": "^4.4"
},
"require-dev" : {
"php" : ">=7.0",