implemented markdown renderer in backend and frontend

This commit is contained in:
2025-07-11 14:23:47 +02:00
parent c37b1de1b0
commit 86801e10c2
7 changed files with 70 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ dependencies{
implementation(project(":core"))
implementation(project(":documents"))
implementation(project(":legacy"))
implementation(project(":markdown"))
implementation(project(":messages"))
implementation(project(":translations"))
implementation(project(":user"))