randomouscrap98 / bbscope-rust

Extensible BBCode parser with scoping rules, auto close tags
3 stars 0 forks source link

Some people use attributes weirdly #3

Closed randomouscrap98 closed 1 year ago

randomouscrap98 commented 1 year ago

This might be easy but some people, instead of doing [spoiler=yeah yeah] will do [spoiler spoiler=yeah yeah]. I think you basically just... need to have an optional (?:\s+{tag})? before the equals, if you don't need to capture the argument.

https://smilebasicsource.com/forum/thread/sim3d

randomouscrap98 commented 1 year ago

Closed in 0.1.4