Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

support metadata extraction from HTML tables #1076

Open
tripodsan opened this issue May 10, 2021 · 0 comments
Open

support metadata extraction from HTML tables #1076

tripodsan opened this issue May 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tripodsan
Copy link
Contributor

with adobe/helix-markdown-support#27.

the metadata table will look like:

<table>
  <tr>
    <td><p>Metadata</p></td>
  </tr>
  <tr>
    <td><p>Title</p></td>
    <td><p>Pricing | Adobe Spark</p></td>
  </tr>
  <tr>
    <td><p>Description</p></td>
    <td><p>Adobe Spark lets you easily search from thousands of free photos, use themes, add filters, pick fonts, add text to photos, and make videos on mobile and web.</p></td>
  </tr>
  <tr>
    <td><p>Image</p></td>
    <td><p><img src="https://hlx.blob.core.windows.net/external/1d9b5338b3228f77275f5e878c29e1c21822ef706#image.png" alt=""></p></td>
  </tr>
</table>
@tripodsan tripodsan added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels May 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant