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: issues with preformatted text #38455

Open
rogpeppe opened this issue Apr 15, 2020 · 1 comment
Open

x/tools/present: issues with preformatted text #38455

rogpeppe opened this issue Apr 15, 2020 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@rogpeppe
Copy link
Contributor

commit 0037cb7 of x/tools.

The following presentation doesn't display correctly. The comment in the code block is ignored. The indented text after the bullet point is not displayed in preformatted style as it should be by my reading of the docs.

# Title

## This talk

```
// This comment should be displayed.
There's a comment above this.
```

- point

	This text is should be
	preformatted but is not
@gopherbot gopherbot added this to the Unreleased milestone Apr 15, 2020
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Apr 15, 2020
@andybons
Copy link
Member

@rsc

@andybons andybons added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. 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