AdailSilva / code_block.md

Markdown - JSON Code Block.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdailSilva

Code Block Test

JSON

{
    "one": 2,
    "three": {
        "point_1": "point_2",
        "point_3": 3.4
    },
    "list": [
        "one",
        "two",
        "three"
    ]
}

That was my JSON code block.

About

Markdown - JSON Code Block.