kmerenkov / bbdiese

BB Code to HTML translation in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBDiese is a library that transforms bbcode to html.

==== LICENSE ====
The code is in the Public Domain. See the LICENSE file for more details.

==== Motivation ====
 -- Lack of bbcode transformers publicly available for dotnet.
 -- Those that are available are not that smart, just an advanced
    search+replace scripts.
 -- BBDiese builds an AST (Abstract Syntax Tree), ensuring that
    supplied bbcode is correct (no overlapping) along with produced html.

==== TAG MATRIX ====
Tag            Supports?
------------------------
[color]        Yes
[s]            Yes
[b]            Yes
[i]            Yes
[u]            Yes
[code]         Yes
[quote]        Yes
[url]          Yes
[email]        Yes
[img]          Yes
[size]         Yes
Smileys        Yes
[list]         No

About

BB Code to HTML translation in C#

License:Other


Languages

Language:C# 100.0%