Hacker News new | ask | show | jobs
by hbcondo714 1017 days ago
I just used this for my repo's readme:

https://github.com/hbcondo/revenut-api

I originally used the image editor Pinta[1] to depict the JSON response from my API but Chalk.ist was much easier!

Commit diff: https://github.com/hbcondo/revenut-app/commit/740f907d42e189...

[1] https://www.pinta-project.com

1 comments

Cool. Personally, I'd favor text-based examples so that the user may easily run them on their own.
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: {}
    ```