4

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

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

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131

3 Answers3

2

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.

Nathan Ridley
  • 33,766
  • 35
  • 123
  • 197
1

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

usr
  • 168,620
  • 35
  • 240
  • 369
0

NuGet package DNA.Text supports bbcode and wiki markup.

Mariusz Jamro
  • 30,615
  • 24
  • 120
  • 162