BBCode.NET for ASP.NET - Convert BBCode to HTML

Project Website: https://github.com/adriancs2/BBCode.net
Enter Text Here with BBCode and Press the Button: [Convert to Html]
Allowed Html Tags:
Blocked Html Tags:


Design Your Own BBCode

BBCode Syntax:
HTML Syntax:
Fields:

Example of BBCode Designing

BBCode Syntax  =  [color={colorcode}]{text}[/color]
HTML Syntax    =  <span style="color: {colorcode};">{text}</span>
Fields         =  {colorcode};{text}
                    

Default Built-In BBCode Rules

[b]{text}[/b]
Example: [b]your text here[/b]

[u]{text}[/u]
Example: [u]your text here[/u]

[i]{text}[/i]
Example: [i]your text here[/i]

[color={d1}]{text}[/color]
Example: [color=red]your text here[/color]
Example: [color=#525252]your text here[/color]

[size={d1}]{text}[/size]
Example: [size=20]your text here[/size]

[font={d1},{d2}]{text}[/font]
Example: [font=brush script mt,30]Changing the font[/font]

[font={d1}]{text}[/font]
Example: [font=brush script mt]Changing the font[/font]

[code]{text}[/code]
Example: [code]your text here[/code]

[url]{text}[/url]
Example: [url]https://adriancs.com[/url]

[url={d1}]{text}[/url]
Example: [url=https://adriancs.com]Visit the Authur's Website[/url]

[img]{text}[/img]
Example: [img]https://yourwebsite.com/someimg.jpg[/img]

[img,{width},{height}]{text}[/img]
Example: [img,300,200]https://yourwebsite.com/someimg.jpg[/img]

[youtube,{width},{height}]{videocode}[/youtube]
Example: [youtube,560,315]_dpSEjaKqSE[/youtube]

[youtube]{videocode}[/youtube]
Example: [youtube]_dpSEjaKqSE[/youtube]
                    

Generated HTML:



Rendered Output