Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-09-14 10:38:54 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-09-14 10:38:54 +0300
commitdd5f225c0e1148ed25e8338018dde1eefbfca8e4 (patch)
treedab5805b79750a1426a7ba4772b54bea861b04f9 /README.md
parentb1da706e38b59d37128566db4017978b77c8184e (diff)
Damn table markdown syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index cafcd45..24dc42f 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,9 @@ All you have to do is to make sure that your thumbnail has the same filename tha
The shortcode only needs two parameters :
| Parameters | Description
-|:------------:|----------------------------------------------------------------------------------------------|
-| `img=""` | Path to your image. (ex: /img/folder/image.png) |
-| `align=""` | If you want to align the image on the left side or the right side of the *content* block. |
-| | If none is specified the image is automatically centered in the block. |
+|:------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `img=""` | Path to your image. (ex: /img/folder/image.png) |
+| `align=""` | If you want to align the image on the left side or the right side of the *content* block.If none is specified the image is automatically centered in the block. |
*Don't forget to add a `lightbox = True` in your post frontmatter to load Featherlight ressources.*