Handle mardown html elements parsing with sanitization

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-30 16:58:01 +04:00
parent 4bb009f25b
commit 9781c7534f
6 changed files with 876 additions and 17 deletions

View File

@@ -40,9 +40,9 @@ func main() {
func run() error {
var (
pgDSN string
dryRun bool
continueOnError bool
pgDSN string
dryRun bool
continueOnError bool
)
flag.StringVar(