Skip to content
Snippets Groups Projects
Unverified Commit 933147a4 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Allow multiple tag-like blocks in Content Regex

parent be8f9a3c
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ class Content(Element):
PATTERN = (
r"\s*(?<content>(?:(?:[^\[\];\r\n{}]+)|(?:[^\[\];\r\n{}]+)?"
r"(?:\[[^\]\r\n{}]+\][^;\[\]\r\n{}]*)+));?")
r"(?:\[[^\]\r\n{}]+\][^;\[\]\r\n{}]*)+)+);?")
class Text:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment