好吧,我已经到处搜索了,但是在谷歌和textile.net codeplex上都没有文档,也没有关于功能的代码注释。因此,我只想发布一个问题,以便像我这样的人,以及其他不知道如何使用textile.net的人可以参考这篇文章。
如何使用Textile.net?
请参阅C#中的答案。
发布于 2010-09-10 21:42:51
这是我得到的一个例子:
string input = "This _text_ is going to be *formatted* using %{color=#f00;}Textile.NET%.";
string result = TextileFormatter.FormatString(input);
Console.WriteLine(result);https://stackoverflow.com/questions/2219750
复制相似问题