tclip/cmd/web/tmpl
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
..
base.tmpl cmd/web: syntax highlighting with prism.js 2023-02-22 15:43:17 +00:00
create.tmpl cmd/web: show up to top 5 recent pastes on homescreen 2023-02-23 18:09:53 +00:00
error.tmpl many fixes 2022-12-15 18:47:09 +00:00
help.tmpl cmd/web: fix installation instructions 2023-01-30 13:21:25 -08:00
listpaste.tmpl many fixes 2022-12-15 18:47:09 +00:00
nopastes.tmpl cmd/web: syntax highlighting with prism.js 2023-02-22 15:43:17 +00:00
notfound.tmpl many fixes 2022-12-15 18:47:09 +00:00
pastecreated.tmpl cmd/web: make error messages cleaner, add TLS, fix the posting form 2023-01-12 16:25:34 +00:00
publicindex.tmpl implement the public index page 2022-12-15 17:37:35 +00:00
showpaste.tmpl cmd/web: add markdown processing 2023-02-23 19:58:37 +00:00