elvish/website/cmd
Qi Xiao 098e0ed863 pkg/elvdoc: Don't HTML-escape function usage.
Code blocks in CommonMark don't support HTML entities, so they shouldn't be HTML-escaped.

This bug causes HTML entities to show up in the output of doc:show, which
(correctly) does not interprete HTML entities. It was previously masked earlier
by website/cmd/highlight HTML-unescaping code blocks; fix the latter too.
2022-12-27 11:59:09 +00:00
..
elvdoc website: Preserve $ in the HTML ID of docs for variables. 2022-11-22 23:42:19 +00:00
gensite interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
highlight pkg/elvdoc: Don't HTML-escape function usage. 2022-12-27 11:59:09 +00:00
macros website: Preserve $ in the HTML ID of docs for variables. 2022-11-22 23:42:19 +00:00
md2html Expand the godoc of pkg/md to include a lot more context. 2022-11-11 20:25:33 +00:00
runefreq website: Optimize fonts by embedding all fonts into a single CSS. 2020-06-15 00:06:28 +01:00
ttyshot website/cmd/ttyshot: Update package godoc. 2022-08-10 20:02:44 +01:00