Skip to content

Commit

Permalink
Add span element to sample code (#3224)
Browse files Browse the repository at this point in the history
ryan-villena authored Mar 17, 2021
1 parent cc57875 commit f7f189e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ <h2 id="Starting_with_some_HTML">Starting with some HTML</h2>
&lt;p&gt;This is the second paragraph. It contains an &lt;em&gt;emphasized&lt;/em&gt; element.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Item one&lt;/li&gt;
&lt;li&gt;Item &lt;span&gt;one&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Item two&lt;/li&gt;
&lt;li&gt;Item &lt;em&gt;three&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

0 comments on commit f7f189e

Please sign in to comment.