Skip to content

Narochno/Narochno.BBCode

Repository files navigation

Narochno.BBCode Build status NuGet

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>