Source position: markdown.elements.pas line 47
type TTextNodeKind = (
nkNamed,
nkLineBreak,
nkText,
nkCode,
nkURI,
nkEmail,
nkImg
);