Bbcode is the abbreviation of bulletin board code.CodeLightweight Markup Language (lightweight Markup Language), as literally displayed, is mainly used in BBS, forum, blog and other network applications. The bbcode syntax is usually in the form of [tag], that is, the syntax is left and right surrounded by two brackets, as a difference with normal text. When the system encounters brackets during interpretation, it will know that this is bbcode, which will be converted to the most common HTML syntax when the interpretation result is output to the user end. (Baidu encyclopedia http://baike.baidu.com/view/1106669.htm ).
Codekicker. bbcode is a stable and high-performance bbcode-. Net parser. You can convert the bbcode into HTML or any syntax tree in the memory. All labels are fully customizable and do not require hard coding. Bbcode was earliest in http://codekicker.de this is a German Q & A website, now placed at http://bbcode.codeplex.com /.
Codekicker. bbcode is designed:
- Stability-it will never crash
- Security-it does not allow insecure HTML tags such as <SCRIPT>.
- High Performance-it aims to be used in the production environment
- Easy to use-just call bbcode. tohtml ("[url = http://codekicker.de] codekicker [url]")
- Customizable-it is easy and flexible to customize each label.
- Error message-the error message is internationalized. Currently, the Supported languages are English and German.
Http://john.katsiotis.com/blog/bbcode-helper-for-webmatrix-and-asp.net-mvc-razor-view-engine
Describes a jquery-based text editor-markitup