Replace abandoned earmark with mdex for markdown rendering

This commit is contained in:
2026-06-21 16:07:44 +02:00
parent 7c38061c1c
commit 562eed2b98
6 changed files with 16 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ defmodule BDS.MixProject do
{:ecto_sqlite3, "~> 0.21"},
{:luerl, "~> 1.5"},
{:jason, "~> 1.4"},
{:earmark, "~> 1.4"},
{:mdex, "~> 0.13"},
{:liquex, "~> 0.13.1"},
{:plug, "~> 1.18"},
{:bandit, "~> 1.5"},