code-block-literal

Content inside a CodeBlock is literal; inline markup is not parsed

§4.4

Input

```
**bold** and __strong__
```

Output AST

- type: CodeBlock
  language: text
  raw: "**bold** and __strong__"