From 091cff269823e20b496768d361e85ac7d6f6e744 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Thu, 27 Jan 2022 19:09:57 +0200 Subject: [PATCH] Abandon this bundle --- README.markdown | 4 ++++ composer.json | 1 + 2 files changed, 5 insertions(+) diff --git a/README.markdown b/README.markdown index 398d3a7..b538413 100644 --- a/README.markdown +++ b/README.markdown @@ -1,3 +1,7 @@ +> **WARNING:** This bundle is **abandoned** in favor of [markdown_to_html](https://twig.symfony.com/doc/3.x/filters/markdown_to_html.html) +> Twig filter. Please, consider using it instead. Migration should be easy because it also supports +> `michelf/php-markdown` Markdown parser that is used in this project under the hood. + Provide markdown conversion (based on [Michel Fortin work](https://github.com/michelf/php-markdown)) to your Symfony projects. [![Build Status](https://secure.travis-ci.org/KnpLabs/KnpMarkdownBundle.svg)](http://travis-ci.org/KnpLabs/KnpMarkdownBundle) diff --git a/composer.json b/composer.json index c064cb9..9a4e4ec 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "phpstan/phpstan": "^1.2", "phpstan/phpstan-symfony": "^1.0" }, + "abandoned": "twig/markdown-extra", "suggest": { "symfony/twig-bundle": "to use the Twig markdown filter", "ext-sundown": "to use optional support for php-sundown extension instead of php implementation"