Input
```
**bold** and __strong__
``` Output AST
- type: CodeBlock
language: text
raw: "**bold** and __strong__" Content inside a CodeBlock is literal; inline markup is not parsed
Input
```
**bold** and __strong__
``` Output AST
- type: CodeBlock
language: text
raw: "**bold** and __strong__"