1. A list item

    A sub-paragraph of the list item and a child code block:

    ```js
    ({
      some: Code.here([
        1,
        'string',
        new Date(),
        {},
        null
      ])
    });
    ```

		```js
		({
		  some: Code.here([
		    1,
		    'string',
		    new Date(),
		    {},
		    null
		  ])
		});
		```