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

Fix list formatting in filters.md #3188

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

ePaul
Copy link
Member

@ePaul ePaul commented Aug 14, 2024

The Markdown processor used on the reference docs (e.g. https://opensource.zalando.com/skipper/reference/filters/#awssigv4) requires an empty line before a list to recognize it as such (and not have the content part of the paragraph before it). This adds two such line breaks.

(The difference is not visible on the Github preview, as its processor doesn't require the empty line.)

@MustafaSaber MustafaSaber added the minor no risk changes, for example new filters label Aug 14, 2024
@MustafaSaber
Copy link
Member

Thanks for contributing! Can you make DCO happy by signing the commit (see https://github.com/zalando/skipper/pull/3188/checks?check_run_id=28761545790)

@ePaul
Copy link
Member Author

ePaul commented Aug 14, 2024

Thanks for contributing! Can you make DCO happy by signing the commit (see https://github.com/zalando/skipper/pull/3188/checks?check_run_id=28761545790)

Hmm, I made the edit in the Github UI, which did sign it for me, though it did not add a "signed-off-by" line.
Let me see how I can add this.

@MustafaSaber
Copy link
Member

will make a PR to fix staticchecks

@MustafaSaber
Copy link
Member

#3190

@MustafaSaber
Copy link
Member

The pipeline fix is merged, can you rebase?

The Markdown processor used on the reference docs (e.g. https://opensource.zalando.com/skipper/reference/filters/#awssigv4) requires an empty line before a list to recognize it as such (and not have the content part of the paragraph before it). This adds two such line breaks.

(The difference is not visible on the Github preview, as its processor doesn't require the empty line.)

Signed-off-by: Paul Ebermann <[email protected]>
@MustafaSaber
Copy link
Member

👍

@ePaul
Copy link
Member Author

ePaul commented Aug 14, 2024

Looks like now all the builds are green.

@ePaul
Copy link
Member Author

ePaul commented Aug 14, 2024

👍

@MustafaSaber MustafaSaber merged commit 7d724fe into zalando:master Aug 14, 2024
13 checks passed
@ePaul ePaul deleted the patch-1 branch August 14, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor no risk changes, for example new filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants