Skip to content

kmerenkov/bbdiese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages