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

Commits on Aug 14, 2024

  1. Fix list formatting in filters.md

    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]>
    ePaul committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8b5116e View commit details
    Browse the repository at this point in the history