Open mbostock opened 1 year ago
This is one of the trickiest outstanding questions in the CLI. If we do this, it probably requires radical changes to how we parse Markdown and generate HTML & JavaScript. We should decide whether we want to do that before Early Access.
Currently inline expression
${…}
are only supported for node content. So you can’t do this:This is a link.
This is a ${htl.html
<a href=${link}>link</a>
}.