---input---
```
code
```
* *foo*
* bar

---tokens---
'```\ncode\n```\n' Literal.String.Backtick

'*'           Keyword
' '           Text
'*foo*'       Generic.Emph
'\n'          Text

'*'           Keyword
' '           Text
'bar'         Text
'\n'          Text
