Skip to content

Commit

Permalink
Thumbnail caption should be a HTML fragment
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 19, 2017
1 parent fbc50d0 commit 1fd1d3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual.txt
Expand Up @@ -1237,11 +1237,11 @@ thumbnail

{{% raw %}}{{% thumbnail url="/images/foo.png" %}}{{% /thumbnail %}}{{% /raw %}}
{{% raw %}}{{% thumbnail url="/images/foo.png" alt="Foo Image" align="center" %}}{{% /thumbnail %}}{{% /raw %}}
{{% raw %}}{{% thumbnail url="/images/foo.png" %}}Image caption{{% /thumbnail %}}{{% /raw %}}
{{% raw %}}{{% thumbnail url="/images/foo.png" alt="Foo Image" align="right" %}}Right-aligned Foo Image caption{{% /thumbnail %}}{{% /raw %}}
{{% raw %}}{{% thumbnail url="/images/foo.png" %}}<p>Image caption</p>{{% /thumbnail %}}{{% /raw %}}
{{% raw %}}{{% thumbnail url="/images/foo.png" alt="Foo Image" align="right" %}}<p>Right-aligned Foo Image caption</p>{{% /thumbnail %}}{{% /raw %}}


Looks similar to the reST thumbnail directive.
Looks similar to the reST thumbnail directive. Caption should be a HTML fragment.

Community shortcodes
~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 1fd1d3e

Please sign in to comment.