django-precise-bbcode icon indicating copy to clipboard operation
django-precise-bbcode copied to clipboard

Tags with a dash inside doesn't work [b]-[/b] or [b]--[/b]

Open robvdl opened this issue 3 years ago • 0 comments
trafficstars

This is a bit of a weird edge case, but after changing one of my sites to this library after the current one was no longer viable, I noticed that only a tag with a dash or multiple dashes inside won't get processed.

What works:

[b]a[/b]
[b]a-[/b]
[b]-a[/b]

What doesn't work:

[b]-[/b]
[b]--[/b]

It's a bit of an edge case though, not very common thing to do but a user did this :)

robvdl avatar Nov 06 '22 07:11 robvdl