-->

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

2019-07-05 19:15发布

问题:

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?

回答1:

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.



回答2:

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



回答3:

NuGet package DNA.Text supports bbcode and wiki markup.



标签: .net wiki bbcode