1

Does anyone know of, or use a library that has similar functionality to Typogrify (http://code.google.com/p/typogrify/) in a .NET project. Typogrify is a Python/Django library and I am looking for an equivalent that I could use in a .NET project.

Edit: Now I'm just looking for any typography processing library for .NET

Tom Bell
  • 1,120
  • 2
  • 16
  • 33

1 Answers1

0

Textile has some of the same function

Textile.NET is, surprisingly, a textile formatter for .NET projects. Textile is a "human web text generator" (http://www.textism.com/tools/textile/) that is useful for rapid web writings such as Wiki syntax or blog articles. From a simple and intuitive syntax it creates well formed HTML with advanced formatting features, while also allowing the user to customize the output.

Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
Rup
  • 33,765
  • 9
  • 83
  • 112