質問

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?

役に立ちましたか?

解決

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

MarkdownSharp & GitHub syntax for C# code

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top