From 9f03a407cbb2ff3f27b2ed182cd3134e4762d55c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 1 Apr 2012 14:46:09 +0200 Subject: [PATCH] the dep to markdown is optional. rst is not. --- docs/getting_started.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 26e9e402..f5da2753 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -22,13 +22,13 @@ At this time, Pelican is dependent on the following Python packages: * feedgenerator, to generate the Atom feeds * jinja2, for templating support +* docutils, for supporting reStructuredText as an input format If you're not using Python 2.7, you will also need `argparse`. Optionally: * pygments, for syntax highlighting -* docutils, for supporting reStructuredText as an input format * Markdown, for supporting Markdown as an input format Writing articles using Pelican @@ -53,7 +53,11 @@ following syntax (give your file the `.rst` extension):: :author: Alexis Metaireau -You can also use Markdown syntax (with a file ending in `.md`):: +You can also use Markdown syntax (with a file ending in `.md`). +Markdown generation will not work until you explicitly install the `markdown` +distribution. You can do so on a normal system using `pip install markdown` + +:: Date: 2010-12-03 Title: My super title