Markdown wikiengine [closed]
Questions asking us to reco开发者_开发知识库mmend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionDo anyone know of a wiki engine that uses markdown?
I'm not going to use ASP.Net, but do post ASP.Net based solutions anyway if you know any.
Update
Please note the .Net tag. I'm only interested in Markdown engines that have been built using .Net.
MarkDoc is a great minimal wiki engine which uses Markdown.
edit: I did't undestrand the first version of your question because the .net clarification has been inserted later. Anyway I leave my answer for general information which someone could find useful.
You could use:
Markdown Sharp,( initially called Markdown.NET, a C# implementation of the Markdown text processor) and a
wiki .Net library such as SushiWiki
http://sourceforge.net/projects/sushiwiki/
DokuWiki with plugin dokuwiki.org/plugin:markdownextra
Oddmuse with extension oddmuse.org/cgi-bin/oddmuse/Markdown_Extension
ikiwiki ikiwiki.info/features/
PmWiki with extension pmwiki.org/wiki/Cookbook/MarkdownMarkupExtension
http://wikicontrol.codeplex.com
any other implementations?
精彩评论