Hacker News new | ask | show | jobs
by rane 1020 days ago
Cool. Personally, I'd favor text-based examples so that the user may easily run them on their own.
1 comments

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: {}
    ```