+1
-1
@@ -99,7 +99,7 @@ def get_profile(doc_type: str) -> DocProfile:
|
||||
|
||||
# --- text autofixes ---
|
||||
|
||||
# ```uml / ```mermaid / ```uml-c4 / ```bpmn … — кавычки и тире там синтаксис
|
||||
# ```uml / ```mermaid / ```uml-c4 … — кавычки и тире там синтаксис
|
||||
_FENCE_RE = re.compile(
|
||||
r"^(?P<fence>`{3,}|~{3,})(?P<info>[^\n]*)\n"
|
||||
r"(?P<body>[\s\S]*?)"
|
||||
|
||||
Reference in New Issue
Block a user