Expected behavior
The brackets wouldn't be treated as containing a tag.
Brackets would only be treated as tag if positioned at the beninning of a title, e.g. :
[Foo] Lorem ipsum -> label Foo + title Lorem ipsum ;
[Foo] [Bar] Lorem ipsum -> labels Foo & Bar + title Lorem ipsum ;
Lorem ipsum [...] adipiscing elit -> only title Lorem ipsum [...] adipiscing elit ;
[Foo] Lorem ipsum [...] adipiscing elit -> label Foo + title Lorem ipsum [...] adipiscing elit
[Foo] [Bar] Lorem ipsum [...] adipiscing elit -> labels Foo & Bar + title Lorem ipsum [...] adipiscing elit
Describe the bug Brackets in the middle of a title are wrongly treated as containing a tag.
To Reproduce (if applicable) Steps to reproduce the behavior:
Expected behavior The brackets wouldn't be treated as containing a tag. Brackets would only be treated as tag if positioned at the beninning of a title, e.g. :
[Foo] Lorem ipsum
-> labelFoo
+ titleLorem ipsum
;[Foo] [Bar] Lorem ipsum
-> labelsFoo
&Bar
+ titleLorem ipsum
;Lorem ipsum [...] adipiscing elit
-> only titleLorem ipsum [...] adipiscing elit
;[Foo] Lorem ipsum [...] adipiscing elit
-> labelFoo
+ titleLorem ipsum [...] adipiscing elit
[Foo] [Bar] Lorem ipsum [...] adipiscing elit
-> labelsFoo
&Bar
+ titleLorem ipsum [...] adipiscing elit
Screenshots
Versions
Thanks