Skip to content

costinbanu/CodeKicker.BBCode.Core

 
 

Repository files navigation

CodeKicker.BBCode.Core

This is a fork of the original modification repository.

What's new

  • 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

Usage

Install the NuGet package

This project is used in PhpbbInDotNet.

License

Both the original project and the modification repo are licensed under the MIT license, thus my changes are released under the same terms.

About

Modifications to CodeKicker.BBCode at http://bbcode.codeplex.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%