vomit icon indicating copy to clipboard operation
vomit copied to clipboard

array placeholder

Open bredele opened this issue 9 years ago • 0 comments

<ul>
  <li>test</li>
  ${arra.map(item => `<li>${item}</li>`}
 <li>what</li>
</ul>

The li what is before the array

bredele avatar Oct 09 '16 18:10 bredele