From 3167e4b57095991c891868090147d59cf3d26ae3 Mon Sep 17 00:00:00 2001 From: benjaoming Date: Sun, 27 Jan 2013 03:04:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0ad0a1..34375ecc 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Q&A ------------ * **Why is the module named just "wiki"?** Because "pip install wiki" returns "No distributions at all found for wiki"! :) - * **What markup language will you use?** The markup engine will be pluggable, but Markdown will be the built-in supported one. + * **What markup language will you use?** [Markdown](http://pypi.python.org/pypi/Markdown). The markup renderer is not a pluggable part but has been internalized into core parts. Discussion should go here: https://github.com/benjaoming/django-wiki/issues/76 * **Why not use django-reversion?** It's a great project, but if the wiki has to grow ambitious, someone will have to optimize its behavior, and using a third-party application for something as crucial as the revision system is a no-go in this regard. Dependencies -- 2.45.2