From b9e2825da627abf7517b7bb89c9c7fd922119148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 10 Mar 2013 20:15:37 -0700 Subject: [PATCH] Put ASCII-art tree into a code-block element. Fix #766 --- docs/getting_started.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index f7d76645..c9675198 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -287,8 +287,7 @@ and images that may be sitting alongside the current post (instead of having to determine where those resources will be placed after site generation). To link to internal content (files in the ``content`` directory), use the -following syntax: -``|filename|path/to/file``. +following syntax: ``|filename|path/to/file``:: website/ @@ -323,7 +322,7 @@ and ``article2.md``:: Embedding non-article or non-page content is slightly different in that the directories need to be specified in ``pelicanconf.py`` file. The ``images`` directory is configured for this by default but others will need to be added -manually. +manually:: content ├── images