Open isaachinman opened 9 months ago
Just discovered that the ASTNode type is missing the sourceInfo property. I am currently using this property for code lang detection in code fences.
ASTNode
sourceInfo
https://github.com/iamacup/react-native-markdown-display/blob/master/src/index.d.ts#L52
I assume sourceInfo is an optional string. Let me know if you want a PR.
Just discovered that the
ASTNode
type is missing thesourceInfo
property. I am currently using this property for code lang detection in code fences.https://github.com/iamacup/react-native-markdown-display/blob/master/src/index.d.ts#L52
I assume
sourceInfo
is an optional string. Let me know if you want a PR.