嗯,我到处都在搜索,但是无论是在Google上还是在fibre.net codeplex上都没有文档,也没有关于功能的代码注释。所以我只想发布一个问题,这样像我这样的人,以及其他不知道如何使用failure.net的人,都可以参考本文。
如何使用织物网?
请参阅C中的答案。
我举了一个例子:
string input = "This _text_ is going to be *formatted* using %{color=#f00;}Textile.NET%."; string result = TextileFormatter.FormatString(input); Console.WriteLine(result);