fossunited / monschool-website

Repository of all courses on mon.school
24 stars 10 forks source link

Add support for HTML preview #47

Closed anandology closed 2 years ago

anandology commented 2 years ago

We need support for automatic preview of html blocks for #27.

Proposal

Add a class autopreview to enable HTML preview.

```{.html .example .autopreview}
<h1>Helloworld</h1>
<a href="...">...</a>
```
Preview here