https://github.com/matthewowen/jekyll-slideshowを実装しようとしていますが、Matt がドキュメントで次のように言っているときの意味がわかりません。
For any content that you'd like the slideshow process to work on, use the filter 'slideshows' in your template, like so:
{{ content | slideshows }}
マークダウンではなく HTML を使用しています。私のhtmlは次のようになります...
<ul>
<li><img src="assets/images/77_xs650.JPG" alt="Example image" title="" /></li>
<li><img src="assets/images/650_chop.JPG" alt="Example image" title="" /></li>
<li><img src="assets/images/sr500.JPG" alt="Example image" title="" /></li>
<li><img src="assets/images/triumph.jpg" alt="Example image" title="" /></li>
</ul>
このデータに対して「スライドショー」フィルターを使用するにはどうすればよいですか?