Minimal HTML example
Cell <a href="tel:+12125550132">+1-212-555-0132</a>
<br />
Work <a href="tel:(310)5550123">(310) 555-0123</a>
Observed output
- href tel: attribute is displayed
- it displays invalid content
Cell +1-212-555-0132 tel:+1-212-555-0132
Work (310) 555-0123 tel:(310) 555-0123
Expected output
Do not display href tel: attribute (same as mailto: works currently)
Cell +1-212-555-0132
Work (310) 555-0123
Version information
- html-to-text: v9.0.5
- node: v20.19.6
Minimal HTML example
Observed output
Expected output
Do not display href tel: attribute (same as mailto: works currently)
Version information