Merge pull request #315 from amiaopensource/italic

use italic
This commit is contained in:
Ashley 2018-03-30 11:40:13 -04:00 committed by GitHub
commit b2d5fcadf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2377,7 +2377,7 @@
<input type="checkbox" id="im_grid">
<div class="hiding">
<h3>Create grid of images</h3>
<p><code>montage @list.txt -tile 6x12 -geometry +0+0 <i>output_grid.jpg</i></code></p>
<p><code>montage @<i>list.txt</i> -tile 6x12 -geometry +0+0 <i>output_grid.jpg</i></code></p>
<dl>
<dt>montage</dt><dd>starts the command</dd>
<dt>@list.txt</dt><dd>path and name of a text file containing a list of filenames, one per each line</dd>