{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "inlineCode",
          "children": [
            {
              "type": "text",
              "value": "on one line, should be an inline code!!"
            }
          ]
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "inlineCode",
          "children": [
            {
              "type": "text",
              "value": "This should "
            },
            {
              "type": "strong",
              "children": [
                {
                  "type": "text",
                  "value": "also"
                }
              ]
            },
            {
              "type": "text",
              "value": " be considered inline code!"
            }
          ]
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "inlineCode",
          "children": [
            {
              "type": "text",
              "value": "\nconsole.log('allo');\nconsole.log('bonjour');\nconsole.log('toi');\n"
            }
          ]
        }
      ]
    }
  ]
}
