Narochno.BBCode A fork of https://bbcode.codeplex.com/ for .NET Core. Example Usage var parser = new BBCodeParser(); var result = parser.ToHtml("[b]bold[/b]"); // result is <b>bold</b>