问题
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.
来源:https://stackoverflow.com/questions/1637704/bbcode-or-wiki-markup-libraries-for-net