From 0fa00c49ec1329c70b292f1581417863e7adb33e Mon Sep 17 00:00:00 2001 From: lukas Date: Sun, 30 Nov 2025 19:16:51 +0100 Subject: [PATCH 1/3] docs: markdown editor package --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 479da0186..c2713cd15 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,11 @@ Need expert help with Django or Unfold? We offer services to support your projec - [django-location-field](https://github.com/caioariede/django-location-field) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-location-field/) - [djangoql](https://github.com/ivelum/djangoql) - [Integration guide](https://unfoldadmin.com/docs/integrations/djangoql/) + +## Community packages + +- [django-unfold-markdown](https://github.com/sergei-vasilev-dev/django-unfold-markdown) - [Integration guide](https://github.com/sergei-vasilev-dev/django-unfold-markdown) + ## Credits - **Tailwind**: [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) - Licensed under the [MIT License](https://opensource.org/licenses/MIT). From 44feae089041cdb9b373d1346435fdb1b1cf88da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:17:21 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2713cd15..ab06fd740 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Need expert help with Django or Unfold? We offer services to support your projec ## Community packages - [django-unfold-markdown](https://github.com/sergei-vasilev-dev/django-unfold-markdown) - [Integration guide](https://github.com/sergei-vasilev-dev/django-unfold-markdown) - + ## Credits - **Tailwind**: [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) - Licensed under the [MIT License](https://opensource.org/licenses/MIT). From 4ceb64a07e205e1d6e45b1f33edf3cf485efcbc9 Mon Sep 17 00:00:00 2001 From: lukas Date: Sun, 30 Nov 2025 19:27:54 +0100 Subject: [PATCH 3/3] fix: pypi link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab06fd740..2c1b9501b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Need expert help with Django or Unfold? We offer services to support your projec ## Community packages -- [django-unfold-markdown](https://github.com/sergei-vasilev-dev/django-unfold-markdown) - [Integration guide](https://github.com/sergei-vasilev-dev/django-unfold-markdown) +- [django-unfold-markdown](https://pypi.org/project/django-unfold-markdown/) - [Integration guide](https://github.com/sergei-vasilev-dev/django-unfold-markdown) ## Credits