refactor: replace markdown renderer (#40)

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:49:07 +02:00 committed by GitHub
parent a0a064d387
commit 4cb22eae10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
)