Skip to content
Snippets Groups Projects
Commit 1ee15238 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Merge branch '242-footnote-tag-beginnt-eine-neue-zeile' into 'master'

Resolve "Footnote-Tag beginnt eine neue Zeile"

Closes #242

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