rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.21k stars 260 forks source link

It would be really nice to be able to exclude user-made messages from BBCode. #250

Closed rexrainbow closed 2 years ago

rexrainbow commented 2 years ago

It would be really nice to be able to exclude user-made messages from BBCode.

For example:

A message with [b]BBCode[/b] and an [esc][b]escaped message[/b][/esc].

would output:

A message with BBCode and an [b]escaped message[/b].

Just an example, maybe it can be done differently.

Originally posted by @robinheidrich in https://github.com/rexrainbow/phaser3-rex-notes/discussions/247