@magic
html file example
this module gets imported from a html file.
see this html file for an example.
all html valid in <body> can be used, excluding the <script> and <style> tags.
the state looks like the following, and any valid json is allowed
---
@state
{
"title": "markdown file example",
"description": "markdown file description"
}
---