server auth

This commit is contained in:
2026-05-28 08:35:50 -04:00
parent 3d44a392f1
commit fc63f9c44a
37 changed files with 3877 additions and 74 deletions

View File

@@ -46,6 +46,7 @@ func NewRenderer() *Renderer {
),
goldmark.WithRendererOptions(
html.WithHardWraps(),
html.WithUnsafe(),
html.WithXHTML(),
),
),