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

故事扮演 提交于 2019-12-10 17:48:11

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!