Ask a question to get started
Enter to sendā¢Shift+Enter new line
pattern: re.Pattern = re.compile('^```(?:ya?ml)?(?P<yaml>[^`]*)', re.MULTILINE | re.DOTALL)
Regex pattern to match yaml code blocks within triple backticks with optional yaml or yml prefix.