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

Remove leading indentation from (some) pod code blocks. #1848

Merged
merged 1 commit into from Mar 17, 2018
Merged

Remove leading indentation from (some) pod code blocks. #1848

merged 1 commit into from Mar 17, 2018

Conversation

cfa
Copy link
Contributor

@cfa cfa commented Mar 16, 2018

There are numerous instances of =for and =begin code blocks marking already indented code peppered through the documentation. This indentation is preserved in the rendered output, which is typically unintentional. So, for example:

=for code
    say 'hello';

is rendered as

    say 'hello';

rather than

say 'hello';

Although this is a fairly boring commit, it touches a lot of files—hence the PR rather than direct push. Note that If you ignore whitespace (git diff master -w), no content has changed. There're also no test or xtest regresssions.

@AlexDaniel AlexDaniel merged commit 03b0c0e into Raku:master Mar 17, 2018
@AlexDaniel
Copy link
Member

Thanks!

@cfa cfa deleted the indentation branch March 17, 2018 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants