Skip to content

Instantly share code, notes, and snippets.

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

Report from 11/11/2021, 07:44:58

All unhandled elements

  • tr (8)
  • th[scope="row"] (8)
  • sup (5)
  • table.standard-table (1)

Details per Document

Invalid AST transformations

tr (60:3) => tableRow
type: "html"
value: "<th scope=\"row\">Navigateur de mobile</th>"
tr (70:3) => tableRow
type: "html"
value: "<th scope=\"row\">Chrome (Android)</th>"
tr (78:3) => tableRow
type: "html"
value: "<th scope=\"row\">Firefox (Android)</th>"
tr (86:3) => tableRow
type: "html"
value: "<th scope=\"row\">Firefox OS</th>"
tr (94:3) => tableRow
type: "html"
value: "<th scope=\"row\">IE Mobile</th>"
tr (102:3) => tableRow
type: "html"
value: "<th scope=\"row\">Opera Mobile</th>"
tr (110:3) => tableRow
type: "html"
value: "<th scope=\"row\">Safari (iOS)</th>"
tr (118:3) => tableRow
type: "html"
value: "<th scope=\"row\">Android Browser</th>"
table.standard-table (57:1) => table
type: "html"
value: "<tr><th scope=\"row\">Navigateur de mobile</th><th scope=\"col\">Version</th><th scope=\"col\">Lecture simultanée</th><th scope=\"col\">Lecture automatique</th><th scope=\"col\">Ajustement du volume</th><th scope=\"col\">Préchargement</th></tr>",type: "html"
value: "<tr><th scope=\"row\">Chrome (Android)</th><td>32+</td><td>Oui</td><td>Non</td><td>Non</td><td>Non</td></tr>",type: "html"
value: "<tr><th scope=\"row\">Firefox (Android)</th><td>26+</td><td>Oui</td><td>Oui</td><td>Non</td><td>Non</td></tr>",type: "html"
value: "<tr><th scope=\"row\">Firefox OS</th><td>1.2+</td><td>Oui</td><td>Oui</td><td>Oui</td><td>Oui</td></tr>",type: "html"
value: "<tr><th scope=\"row\">IE Mobile</th><td>11+</td><td>Oui</td><td>Oui</td><td>Non</td><td>Oui</td></tr>",type: "html"
value: "<tr><th scope=\"row\">Opera Mobile</th><td>11+</td><td>Non</td><td>Non</td><td>Non</td><td>Non</td></tr>",type: "html"
value: "<tr><th scope=\"row\">Safari (iOS)</th><td>7+</td><td>Oui/Non*</td><td>Non</td><td>Non</td><td>Oui</td></tr>",type: "html"
value: "<tr><th scope=\"row\">Android Browser</th><td>2.3+</td><td>Non</td><td>Non</td><td>Non</td><td>Non</td></tr>"

Missing conversion rules

  • th[scope="row"] (61:4)
  • th[scope="row"] (71:4)
  • th[scope="row"] (79:4)
  • th[scope="row"] (87:4)
  • th[scope="row"] (95:4)
  • th[scope="row"] (103:4)
  • th[scope="row"] (111:4)
  • th[scope="row"] (119:4)

Missing conversion rules

  • sup (26:22)

Missing conversion rules

  • sup (25:22)

Missing conversion rules

  • sup (22:22)

Missing conversion rules

  • sup (24:22)

Missing conversion rules

  • sup (14:25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment