LinkText nodes in Markdown?

The LinkText is the only element of a markdown link that doesn’t get its own node in the tree. Is that deliberate or could it be added to the parser?

[LinkText](URL)
[LinkText][LinkLabel]

It’s just text (and can contain further markdown), so treating it like the text outside of the link seems reasonable (similar to how emphasized text doesn’t get a separate node type).