feat: render markdown content using marked library

This commit is contained in:
2025-11-15 00:56:19 +01:00
parent bf6947a28c
commit 698b7ca1ac
5 changed files with 10 additions and 3 deletions

View File

@@ -96,5 +96,6 @@
</div>
<a href="/privacy-policy.@(_localizer.Culture()).html" target="_blank">@_localizer.Privacy()</a>
</footer>
<script src="~/js/markdown.min.js" asp-append-version="true"></script>
</body>
</html>