I'm working on a website in C# using ASP.NET MVC and am seriously considering markdown for some pieces (notably static pages and blog posts), as it seems a lot easier to work with than HTML. Some posts will have C# code embedded in them. Is there a way to get the goodness of github-flavored markdown to work in a c# app?
Asked
Active
Viewed 2,466 times
1 Answers
1
You could have a look at this GitHub project.
https://github.com/danielwertheim/kiwi/wiki/Use-with-Asp.Net-MVC
which was sourced from this SO question

Community
- 1
- 1

Colin Bacon
- 15,436
- 7
- 52
- 72