Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BBCode or wiki markup libraries for .NET? [closed]

Tags:

.net

wiki

bbcode

What's your favourite library for .NET for handling either:

  • BBCode markup
  • Wiki markup

Why do you use those libraries, what is so good about them and why should I use them?


2 Answers

Textile.Net will give you Textile syntax parsing, which is common in wikis.
CodeKicker BBCode will handle BBCode parsing, as mentioned in the other answer.

like image 142
Nathan Ridley Avatar answered Oct 23 '25 07:10

Nathan Ridley


Look at "codekicker's BBode-Parser for .NET" for a solid BBCode-implementation in C#.

like image 41
2 revsusr Avatar answered Oct 23 '25 08:10

2 revsusr