Skip to content

Instantly share code, notes, and snippets.

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

Report from 11/11/2021, 08:59:54

All unhandled elements

  • td.header (3)
  • tr (1)
  • table.standard-table (1)
  • h6#Exemple_d'itérateur (1)
  • h6#Exemple_de_snapshot (1)
  • h6#Exemple_de_premier_nœud (1)

Details per Document

Invalid AST transformations

tr (349:3) => tableRow
type: "html"
value: "<td class=\"header\">Constante du type de résultat</td>",type: "html"
value: "<td class=\"header\">Valeur</td>",type: "html"
value: "<td class=\"header\">Description</td>"
table.standard-table (347:1) => table
type: "html"
value: "<tr><td class=\"header\">Constante du type de résultat</td><td class=\"header\">Valeur</td><td class=\"header\">Description</td></tr>"

Missing conversion rules

  • h6#Exemple_d'itérateur (132:1)
  • h6#Exemple_de_snapshot (162:1)
  • h6#Exemple_de_premier_nœud (184:1)
  • td.header (350:4)
  • td.header (351:4)
  • td.header (352:4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment