x/tools/present: Docs say 'h' key in the browser will toggle extra emphasis of any highlighted lines, seemingly not true. #17375
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
I read the documentation for present slide format at https://godoc.org/golang.org/x/tools/present.
It said:
What did you expect to see?
Pressing 'h' key in browser would have some effect on emphasis of highlighted lines.
What did you see instead?
Pressing 'h' key has no effect on emphasis of highlighted lines.
Looking at the code,
https://github.com/golang/tools/blob/b5358b5feea9734b97ff1e792ca6bc55170bc92a/cmd/present/static/slides.js#L408
It says
'H' hides the help text
.So something doesn't look right here. I don't know if the documentation is wrong, or if the implementation has a bug.
The text was updated successfully, but these errors were encountered: