Allow HTML to be passed to caption

This commit is contained in:
Marcus Noble 2017-12-31 15:05:10 +00:00
parent 3f9a70a633
commit 5d351685f4
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
<a href="{{ url}}" target="_blank">
<img src="{{url}}" alt="{{ alt }}">
</a>
<figcaption>{{ caption }}</figcaption>
<figcaption>{{{ caption }}}</figcaption>
</figure>