code-block-basic

Fenced code block with no language tag defaults to language "text"

§4.4 · source

Input

```
hello world
```

Output AST

- type: CodeBlock
  language: text
  raw: hello world