@magic
markdown file example
markdown file description
this module gets imported from a markdown file.
see this file in the example dir for an example.
any kind of markdown can be used here, but if you use html natively, only tags valid in a html5 body, excluding <script> and <style> tags, are accepted.
a list:
state
this markdown file also starts with a magic @state declaration. it is used internally to, for example, add the title and meta rel="description" tags to the head of this html file.
the state looks like the following, and any valid json is allowed
---
@state
{
"title": "markdown file example",
"description": "markdown file description"
}
---