Commit graph

5 commits

Author SHA1 Message Date
Xe Iaso 26cbc62bca go.mod: update tailscale
Signed-off-by: Xe Iaso <xe@tailscale.com>
2023-03-17 14:38:56 +00:00
Xe Iaso dc69c0cd81 cmd/web: add markdown processing
This uses the library blackfriday[1] to convert markdown to HTML. This
is a naive implementation, but it will do for now.

[1]: https://pkg.go.dev/github.com/russross/blackfriday

Signed-off-by: Xe Iaso <xe@tailscale.com>
2023-02-23 19:58:37 +00:00
Xe Iaso a6de30a985 cmd/web: syntax highlighting with prism.js
Signed-off-by: Xe Iaso <xe@tailscale.com>
2023-02-22 15:43:17 +00:00
Xe Iaso 34f5253535 go mod tidy
Signed-off-by: Xe Iaso <xe@tailscale.com>
2023-01-12 16:25:13 +00:00
Xe Iaso b397291bd2 initial commit
Signed-off-by: Xe Iaso <xe@tailscale.com>
2022-12-08 19:43:13 +00:00