Create `@raw` blocks programmatically from Documenter.jl

I just tried but it doesn’t seem to work.

I tried adding the two following blocks to my markdown source file (I am using single quotes ' inside the code below as I don’t know how to escape triple backticks inside formatted code here on discourse):

```@raw html
<div>TEST1</div>
```

```@eval
Markdown.MD(Markdown.Code("@raw html",
"<div>TEST@</div>"))
```

But only the first get renedered as HTML, the last one is simply rendered as markdown: