Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SphinxKnight/74d787fbce43d421468e6a514243e53f to your computer and use it in GitHub Desktop.
Save SphinxKnight/74d787fbce43d421468e6a514243e53f to your computer and use it in GitHub Desktop.
md-conversion-xml

Report from 11/11/2021, 08:53:46

All unhandled elements

  • td (3)
  • tr (1)
  • table.standard-table (1)

Details per Document

Invalid AST transformations

tr (46:39) => tableRow
type: "html"
value: "<td>Codage</td>",type: "html"
value: "<td>Entité</td>",type: "html"
value: "<td>Description</td>"
table.standard-table (46:1) => table
type: "html"
value: "<tr><td>Codage</td><td>Entité</td><td>Description</td></tr>"

Missing conversion rules

  • td (47:1)
  • td (48:6)
  • td (49:6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment