Source position: markdown.elements.pas line 48
type TTextNodeKinds = set of (
nkNamed,
nkLineBreak,
nkText,
nkCode,
nkURI,
nkEmail,
nkImg
);