문제

Do 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.

도움이 되었습니까?

해결책

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/

다른 팁

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.

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top