~netlandish/django-wiki

f5f22a86dfb69eacc1b04d542318eaa95d271715 — Benjamin Bach 8 years ago d2579c5
Make sure all details are taken care of #480
1 files changed, 3 insertions(+), 2 deletions(-)

M README.rst
M README.rst => README.rst +3 -2
@@ 222,8 222,9 @@ platform even when facing tough challenges such as implementing a wiki.
Q&A
---

-  **Why is the module named just "wiki"?** Because "pip install wiki"
   returns "No distributions at all found for wiki"! :)
-  **Why is the module named just** ``wiki`` **?** Because when we tried
   ``pip install wiki``, it returned "No distributions at all found
   for wiki", so we had to make up for that!
-  **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