Fix missing shortcode in doc
authorbep <bjorn.erik.pedersen@gmail.com>
Mon, 1 Dec 2014 12:57:58 +0000 (13:57 +0100)
committerspf13 <steve.francia@gmail.com>
Wed, 3 Dec 2014 08:17:04 +0000 (09:17 +0100)
Use new syntax for example.

docs/content/tutorials/migrate-from-jekyll.md

index 79acefe80254245f8f74b5e9d65a2e0c32beeef0..86c28fd1b97f8fa3d90dcddea84e1b96efb147d3 100644 (file)
@@ -141,7 +141,7 @@ I simply changed:
 
 to this (this example uses a slightly extended version named `fig`, different than the built-in `figure`):
 
-    {{% fig class="full" src="http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg" title="One of my favorite touristy-type photos. I secretly waited for the good light while we were having fun and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing." link="http://www.flickr.com/photos/alexnormand/4829260124/in/set-72157624547713078/" %}}
+    {{</* fig class="full" src="http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg" title="One of my favorite touristy-type photos. I secretly waited for the good light while we were having fun and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing." link="http://www.flickr.com/photos/alexnormand/4829260124/in/set-72157624547713078/" */>}}
 
 As a bonus, the shortcode named parameters are, arguably, more readable.