[doc] fix markdown syntax

This commit is contained in:
Laurent Peuch 2016-01-19 13:16:41 +01:00
parent 691de873cb
commit 4fbaa8b32f

View File

@ -16,13 +16,16 @@ Gallery building needs graphicsmagick library
1. Create a virtualenv, and activate it 1. Create a virtualenv, and activate it
virtualenv venv ```
source venv/bin/activate virtualenv venv
source venv/bin/activate
```
2. Download and install Prosopopee 2. Download and install Prosopopee
pip instal git+https://github.com/Psycojoker/prosopopee ```
pip instal git+https://github.com/Psycojoker/prosopopee
```
## Usage ## Usage
@ -66,4 +69,4 @@ sections:
text: Some text, HTML <b>is allowed</b>. text: Some text, HTML <b>is allowed</b>.
- type: bordered-picture - type: bordered-picture
image: another_picture.jpg image: another_picture.jpg
``` ```