Skip to content

Commit

Permalink
Fix errant newline in highlight shortcode, closes #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist authored Aug 30, 2023
1 parent 4e9f6b3 commit 80286e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/content/concepts/processing/profile-resolution.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ <h3 xmlns="http://www.w3.org/1999/xhtml" id="d2e147-head">Reading YAML Examples<
dynamic-value cases, the expression
<code class="code">${{ }}</code>is used.
</p>
<p xmlns="http://www.w3.org/1999/xhtml">For example:</p>{{< highlight xml>}}last-modified: ${{ timestamp }}{{
</highlight>}}<p xmlns="http://www.w3.org/1999/xhtml">Indicates the
<p xmlns="http://www.w3.org/1999/xhtml">For example:</p>{{< highlight xml>}}last-modified: ${{ timestamp }}{{</highlight>}}<p xmlns="http://www.w3.org/1999/xhtml">Indicates the
<code class="tgt">last-modified</code>object should be produced with contents generated appropriately, in this case,
the timestamp at the time of processing.
</p>
Expand Down Expand Up @@ -1871,4 +1870,4 @@ <h4 xmlns="http://www.w3.org/1999/xhtml" id="d2e1573-head">Comments
<p xmlns="http://www.w3.org/1999/xhtml">One consequence of this is
that processes intended to compare two profile resolutions may
have to accommodate differences in comments, considering them as
insignificant along with other differences in serialization.</p>
insignificant along with other differences in serialization.</p>

0 comments on commit 80286e6

Please sign in to comment.