Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos that prevent formating of h5 titles #76

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions include/command-line-processing.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ol>

<p>You can find a detailed explanation of each of the constituent parts of the command-line in the sections that follow.</p>

'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the h5 fixes but why was this added?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably a typo from me :-)

<h2><a class="anchor" id="input"></a>Input Filename</h2>

<p>ImageMagick extends the concept of an input filename to include:</p>
Expand Down Expand Up @@ -307,7 +307,7 @@
size may result in an unexpected output. In such a case,
<?php option("coalesce")?> should be used to prepare those frames.</p>

<h5<a class="anchor" id="channel"></a>Image Channel Operator</h5>
<h5><a class="anchor" id="channel"></a>Image Channel Operator</h5>
<p>Operate directly on image channels:</p>
<ul>
<?php options("channel-fx", "separate");
Expand All @@ -328,7 +328,7 @@

<ul><pre class="bg-light text-dark"><samp>magick mikayla.png picnic.png beach.png -append vacation.png</samp></pre></ul>

<h5"><a class="anchor" id="geometry"></a>Image Geometry</h5>
<h5><a class="anchor" id="geometry"></a>Image Geometry</h5>

<p>Many command-line <a href="<?php echo $_SESSION['RelativePath']?>/../script/command-line-options.php">options</a> take a <var>geometry</var> argument
to specify such things as the desired width and height of an image and other
Expand Down