In this scenario, a block with the properties { "content": "something" } will be formatted in your Markdown as:
```blocksyntaxsomething```
In the scenario where the block also has other properties, those will be set on the code-block. For example with a block having the properties { "content": "something", "propA": "A" }