Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
504 stars 204 forks source link

Embed cards have undefined provider #62

Closed claviska closed 7 years ago

claviska commented 7 years ago

Inserting an embed card results in the following markup:

<div data-embed="true" data-provider="undefined">
  [embed card markup]
</div>

The data-provider attribute shouldn't be present in this case.