Input
```
hello world
``` Output AST
- type: CodeBlock
language: text
raw: hello world Fenced code block with no language tag defaults to language "text"
Input
```
hello world
``` Output AST
- type: CodeBlock
language: text
raw: hello world