Hacker News new | ask | show | jobs
by bravetraveler 1017 days ago
Ditto

For those unaware, on GitHub you can get highlighting by giving the language at the start of the code block. For example:

    ```yaml
    ---
    - hosts: all
      vars:
        idk: {}
    ```