-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Am I doing something wrong, or the parser simply does not support the inner links ([[filename]]) syntax?
If I understand correctly, the ExpansiMark does in fact follow this syntax, right? That's how I understand this regex:
const MARKDOWN_LINK_REGEX = new RegExp(`\\[([^\\][]*(?:\\[[^\\][]*][^\\][]*)*)]\\(${UrlPatterns.MARKDOWN_URL_REGEX}\\)(?![^<]*(<\\/pre>|<\\/code>))`, 'gi');
If not, can I implement this function by modyfing parseExpensiMark.ts, or do I need to dig under the hood, in the ExpansiMark itself?
Is there any tutorial or documentation article which would guide me how to add custom syntaxes for markdown?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested