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/cmd/present: add support for sub bullets #27738

Open
jerrinsg opened this issue Sep 18, 2018 · 2 comments
Open

x/tools/cmd/present: add support for sub bullets #27738

jerrinsg opened this issue Sep 18, 2018 · 2 comments
Labels
FeatureRequest NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@jerrinsg
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version go1.11 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOCACHE="/home/jerrin/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/jerrin/gocode"
GOPROXY=""
GORACE=""
GOROOT="/home/jerrin/go-go1.11"
GOTMPDIR=""
GOTOOLDIR="/home/jerrin/go-go1.11/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build014264932=/tmp/go-build -gno-record-gcc-switches"

Go present tool does not currently support sub bullets. This proposal is to add a new syntax to support sub bullets. Lines prefixed with '-- ' will be displayed as a sub bullet.

For example, the following code block produces the slide shown below.

* Title

- bullet 1
-- sub bullet 1.1
- bullet 2
-- sub bullet 2.1
-- sub bullet 2.2

screenshot

@gopherbot
Copy link

Change https://golang.org/cl/136095 mentions this issue: cmd/present: add support for sub bullets

@bcmills bcmills changed the title cmd/present: add support for sub bullets x/tools/cmd/present: add support for sub bullets Sep 22, 2018
@gopherbot gopherbot added this to the Unreleased milestone Sep 22, 2018
@bcmills bcmills added FeatureRequest NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. labels Sep 22, 2018
@bcmills
Copy link
Contributor

bcmills commented Sep 22, 2018

CC @adg

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FeatureRequest NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants