syntax-tree/mdast-util-to-string

Remove `node.title` support

wooorm opened this issue · 0 comments

Subject of the issue

title is often not displayed: it’s an extra hint.
Nodes that do support it, also either support children or alt, which should be fine.

Your environment

n/a

Steps to reproduce

any link without children or image without alt.

Expected behavior

Not default to title

Actual behavior

Default to title.