observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
966 stars 83 forks source link

html`${arrayOfDiv}` returns DocumentFragment #26

Closed mbostock closed 6 years ago

mbostock commented 6 years ago

It should return a DIV.

html`${[html`<div>`, html`<div>`]}`