Closed anandology closed 2 years ago
We need support for automatic preview of html blocks for #27.
Add a class autopreview to enable HTML preview.
autopreview
```{.html .example .autopreview} <h1>Helloworld</h1> <a href="...">...</a> ``` Preview here
We need support for automatic preview of html blocks for #27.
Proposal
Add a class
autopreview
to enable HTML preview.