Ask a question to get started
Enter to sendā¢Shift+Enter new line
Regex to match front matter metadata in markdown files.
FRONT_MATTER_REGEX: Pattern = re.compile('^---\\n(.*?)\\n---\\n', re.MULTILINE | re.DOTALL)