refactor: replace markdown renderer

The new renderer is actually published as a module and can be extended
through the usual goldmark extensions.
This commit is contained in:
Julian Tölle 2024-08-31 16:43:04 +02:00
parent a0a064d387
commit 43d9bbdfe6
8 changed files with 49 additions and 900 deletions

1
go.mod
View file

@ -9,6 +9,7 @@ require (
github.com/leodido/go-conventionalcommits v0.12.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/teekennedy/goldmark-markdown v0.3.0
github.com/yuin/goldmark v1.7.4
)