Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/present: unexpected display style for subsection #15633

Closed
peggyl opened this issue May 10, 2016 · 2 comments
Closed

x/tools/present: unexpected display style for subsection #15633

peggyl opened this issue May 10, 2016 · 2 comments

Comments

@peggyl
Copy link

peggyl commented May 10, 2016

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    go version go1.6.2 darwin/amd64
  2. What operating system and processor architecture are you using (go env)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/peggyli/go"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.6.2/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.6.2/libexec/pkg/tool/darwin_amd64"
GO15VENDOREXPERIMENT="1"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"
  1. What did you do?

Create a .slide file with the following contents (taken from example on https://godoc.org/golang.org/x/tools/present) and run with the present cmd tool:

Test Title
Name

* Title of slide or section (must have asterisk)

Some Text

** Subsection

- bullets
- more bullets
- a bullet with

*** Sub-subsection

Some More text

  Preformatted text
  is indented (however you like)
  1. What did you expect to see?
    Expected the 1.1 Subsection heading to come between Some text and the itemized list, like in the file. Tested on recent versions of Chrome, Firefox, Safari to remove possibility of browser-specific issue or rogue extension.
  2. What did you see instead?
    screen shot 2016-05-09 at 7 49 39 pm

It's unclear what the expected rendering is; I checked golang/talks and davecheney/presentations, but the subsection level (**) doesn't appear to be widely used.

@bradfitz bradfitz added this to the Unreleased milestone May 10, 2016
@adg
Copy link
Contributor

adg commented May 23, 2016

Present's slide view doesn't currently support sub-sections. This issue can be about implementing that support.

@adg
Copy link
Contributor

adg commented May 27, 2016

Dupe of #6846

@adg adg closed this as completed May 27, 2016
@golang golang locked and limited conversation to collaborators May 27, 2017
@rsc rsc unassigned adg Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants