How to style a JSON block in Github Wiki?

前端 未结 4 682
难免孤独
难免孤独 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:09

    I encountered the same problem. So, I tried representing the JSON in different Language syntax formats.But all time favorites are Perl, js, python, & elixir.

    This is how it looks.

    The following screenshots are from the Gitlab in a markdown file. This may vary based on the colors using for syntax in MARKDOWN files.

提交回复
热议问题