Add boxesandglue/bagme - HTML/CSS to PDF with TeX-quality typesetting (#6147)

* Add boxesandglue/bagme - HTML/CSS to PDF with TeX-quality typesetting

* Remove extemplate

The page gives a 404 error
This commit is contained in:
Patrick Gundlach 2026-03-24 13:25:15 +01:00 committed by GitHub
parent e8ef1b3195
commit 1acc8b6ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2439,8 +2439,8 @@ _Libraries and tools for stream processing and reactive programming._
_Libraries and tools for templating and lexing._
- [bagme](https://github.com/boxesandglue/bagme) - HTML/CSS to PDF rendering with TeX-quality typesetting in pure Go.
- [ego](https://github.com/benbjohnson/ego) - Lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled.
- [extemplate](https://git.sr.ht/~dvko/extemplate) - Tiny wrapper around html/template to allow for easy file-based template inheritance.
- [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/).
- [gomponents](https://www.gomponents.com) - HTML 5 components in pure Go, that look something like this: `func(name string) g.Node { return Div(Class("headline"), g.Textf("Hi %v!", name)) }`.
- [got](https://github.com/goradd/got) - A Go code generator inspired by Hero and Fasttemplate. Has include files, custom tag definitions, injected Go code, language translation, and more.