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

(#223) Use code blocks as appropriate in Markdown #319

Merged
merged 1 commit into from
Sep 29, 2022

Commits on Sep 29, 2022

  1. (puppetlabs#223) Use code blocks as appropriate in Markdown

    Sometimes data types, default values, and other code outputted in
    Markdown documentation is multiline. When that’s the case, it’s cleaner
    to use a code block (below) rather and inline code (`code`).
    
    ```
    example code block
    with two lines
    ```
    
    This updates the Markdown template code to use code blocks in many
    places if the code in question contains a newline.
    
    Thanks to @crazymind1337 for the example of a multiline type alias!
    danielparks committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d328411 View commit details
    Browse the repository at this point in the history