mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add information about mardown in the FAQ
This commit is contained in:
parent
53f7811a89
commit
92b232972e
1 changed files with 12 additions and 0 deletions
12
docs/faq.rst
12
docs/faq.rst
|
|
@ -36,3 +36,15 @@ a pull request, I'll review them as soon as possible.
|
||||||
|
|
||||||
You can also contribute by creating themes, and making the documentation
|
You can also contribute by creating themes, and making the documentation
|
||||||
better.
|
better.
|
||||||
|
|
||||||
|
I want to use markdown, but I got an error
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
Markdown is not a hard dependency for pelican, so you will need to install it
|
||||||
|
by yourself. You can do so by typing::
|
||||||
|
|
||||||
|
$ (sudo) pip install markdown
|
||||||
|
|
||||||
|
In case you don't have pip installed, consider installing it by doing::
|
||||||
|
|
||||||
|
$ (sudo) easy_install pip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue