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

Example for Pod::Block::Named is not rendered correctly #2425

Closed
Altai-man opened this issue Oct 28, 2018 · 0 comments
Closed

Example for Pod::Block::Named is not rendered correctly #2425

Altai-man opened this issue Oct 28, 2018 · 0 comments
Labels
good first issue If you want to dive in, this would be a good place to start

Comments

@Altai-man
Copy link
Member

The problem

Looking at https://docs.perl6.org/type/Pod::Block::Named, you can see that example does not demonstrate its real code, rather it is rendered as pod heading, not a code piece.

Suggestions

Simple wrapping of this example(with removing its indentation) with =begin code :skip-test, =end code pair should be enough(exact code is around https://github.com/perl6/doc/blob/master/doc/Type/Pod/Block/Named.pod6#L12). Don't forget to properly build docs locally and check if that really solves the issue or ping here if not.

@Altai-man Altai-man added good first issue If you want to dive in, this would be a good place to start easy to resolve labels Oct 28, 2018
@JJ JJ closed this as completed in 656a047 Oct 30, 2018
JJ added a commit that referenced this issue Oct 30, 2018
Fix example for Pod::Block::Named. Fixes #2425
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue If you want to dive in, this would be a good place to start
Projects
None yet
Development

No branches or pull requests

1 participant