Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SphinxKnight/b2e5e3076bbc89367f94018d6b4f439d to your computer and use it in GitHub Desktop.
Save SphinxKnight/b2e5e3076bbc89367f94018d6b4f439d to your computer and use it in GitHub Desktop.
md-conversion-mathml
# Report from 11/11/2021, 08:25:28
## All unhandled elements
- tr (1)
- table.standard-table (1)
- th[colSpan="2"] (1)
## Details per Document
### [/fr/docs/Web/MathML/Attribute/Values](https://developer.mozilla.org/fr/docs/Web/MathML/Attribute/Values)
#### Invalid AST transformations
##### tr (104:3) => tableRow
```
type: "html"
value: "<th colspan=\"2\">Les <em>contstantes</em> négatives ont été introduites avec Gecko 7.0 {{IGdlY2tvUmVsZWFzZSgiNy4wIikg}} ({{IGJ1Zyg2NTA1MzApIA==}})</th>"
```
##### table.standard-table (66:1) => table
```
type: "html"
value: "<tr><th colspan=\"2\">Les <em>contstantes</em> négatives ont été introduites avec Gecko 7.0 {{IGdlY2tvUmVsZWFzZSgiNy4wIikg}} ({{IGJ1Zyg2NTA1MzApIA==}})</th></tr>"
```
### Missing conversion rules
- th[colSpan="2"] (105:4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment