summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Maupetit <julien@tailordev.fr>2016-01-29 11:10:08 +0100
committerJulien Maupetit <julien@tailordev.fr>2016-01-29 11:10:08 +0100
commit76a29256c121c0250032f82be88c1795cfe5334b (patch)
tree59f1c2247fc1fd3d6bbec64526837455bafe8770
parent4e75ca6d416ba8dd1a2e9fb226f05a76acdffa22 (diff)
Add attr_list markdown ext & fix cat gif width
-rw-r--r--docs/index.md2
-rw-r--r--mkdocs.yml3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index abe2401..d195a3a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -79,7 +79,7 @@ $ watson start world-domination +cats
With this command, you have started a new **frame** for the *world-domination* project with the *cat* tag. Time is running. Now, you need to work on your project. Let's do this. Now.
-![Working cat](img/working-cat.gif)
+![Working cat](img/working-cat.gif){: width="400px" }
Welcome back! Now that your world domination plan has been set up, let's stop time tracking via:
diff --git a/mkdocs.yml b/mkdocs.yml
index a174c45..9006a4b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -21,3 +21,6 @@ pages:
- Release notes: 'about/release-notes.md'
extra_css:
- css/watson.css
+markdown_extensions:
+ - attr_list
+ - smarty