> cat /dev/github | grep security-tools
discovered 03 Aug 2026

goldmark

via awesome-list
→ View on GitHub
goldmark is a Markdown parser implemented in Go, designed to be easy to extend while ensuring compliance with the CommonMark specification. Its notable features include the ability to add custom syntax extensions, performance comparable to C-based parsers, built-in support for extensions like tables and task lists, and robustness tested via fuzzing. The tool is well-suited for developers needing a standards-compliant, extensible Markdown processing solution in Go.