How to style a JSON block in Github Wiki?

前端 未结 4 691
难免孤独
难免孤独 2021-01-30 07:31

Is there a way to nicely format/style JSON code in Github Wiki (i.e Markdown preferred)?

Something like this with few colors (or bold) and corre

4条回答
  •  暖寄归人
    2021-01-30 08:12

    2019 Github Solution

    ```yaml
    {
       "this-json": "looks awesome..."
    }
    

    Result

    If you want to have keys a different colour to the parameters, set your language as yaml

    @Ankanna's answer gave me the idea of going through github's supported language list and yaml was my best find.

提交回复
热议问题