This is a fork of the original modification repository.
- fully compatible with netstandard 2.1, net 6.0, net 7.0
- supports the bbcode uid feature of PHPBB 3.x. This feature is not fully documented anywhere, but this forum thread should be a good place to start.
- supports the bbcode bitfield feature of PHPBB 3.x
- fully backwards compatible with PHPBB 3.x (call
BBCodeParser.TransformForBackwardsCompatibility
on your own BBCode text to generate BBCode that can be parsed by a phpbb 3.0 engine) - added support for nested tags in list items
- added support for phpbb 3.x inline attachment html comments
- made whitespace management fully compatible with phpbb3
Install the NuGet package
This project is used in PhpbbInDotNet.
Both the original project and the modification repo are licensed under the MIT license, thus my changes are released under the same terms.