Skip to content

Commit

Permalink
test(m2h): update test output
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSoneji committed Oct 21, 2023
1 parent 6b1536c commit 24d9bb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testing/content/files/en-us/markdown/tool/m2h/expected.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ <h2>Hello</h2>
<h2>Definition lists</h2>
<p>We have our own syntax for <code>&#x3C;dl></code>.</p>
<dl>
<dt><a data-link-to-id="true">a term</a></dt>
<dt>a term</dt>
<dd>
<p>a definition</p>
</dd>
<dt><a data-link-to-id="true">another term</a></dt>
<dt>another term</dt>
<dd>
<p>another definition</p>
<p>Definitions can include block elements:</p>
<pre class="brush: js">const suchAsCodeBlocks = true;
</pre>
<p>And of course <code>&#x3C;dl></code> elements can be nested inside <code>&#x3C;dd></code>:</p>
<dl>
<dt><a data-link-to-id="true">a nested term</a></dt>
<dt>a nested term</dt>
<dd>
<p>a definition</p>
</dd>
<dt><a data-link-to-id="true">another nested term</a></dt>
<dt>another nested term</dt>
<dd>
<p>another nested definition</p>
</dd>
Expand Down Expand Up @@ -62,11 +62,11 @@ <h2>Callouts, notes, and warnings</h2>
</ul>
<p>...and even definition lists:</p>
<dl>
<dt><a data-link-to-id="true">with terms</a></dt>
<dt>with terms</dt>
<dd>
<p>that have definitions</p>
</dd>
<dt><a data-link-to-id="true">and more terms</a></dt>
<dt>and more terms</dt>
<dd>
<p>and as usual, the definitions can include block elements:</p>
<pre class="brush: css">.likeCodeBlocks {
Expand Down

0 comments on commit 24d9bb7

Please sign in to comment.