Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: luck
> ./sample-data/markdown.highlighter
Lenses
(coming soon!)
{
"id": "markdown",
"name": "markdown",
"properties": [
{
"name": "$",
"formula": "=Markdown()",
"visibility": "HIDDEN"
},
{
"name": "type",
"formula": "$.data.type",
"visibility": "HIDDEN"
},
{
"name": "font-weight",
"formula": "type.startsWith(\"h\") || type === \"bold\" ? \"bold\" : \"normal\"",
"visibility": "STYLE"
},
{
"name": "font-style",
"formula": "type === \"italic\" ? \"italic\" : \"normal\"",
"visibility": "STYLE"
},
{
"name": "font-size",
"formula": "({\"h1\": \"1.3rem\",\n \"h2\": \"1rem\"}[type]) || \"normal\"",
"visibility": "STYLE"
}
]
}