Commit d71f6470 authored by Mark Otto's avatar Mark Otto

copy and remove rogue p tag

parent dceeb641
...@@ -118,7 +118,7 @@ Make a paragraph stand out by adding `.lead`. ...@@ -118,7 +118,7 @@ Make a paragraph stand out by adding `.lead`.
## Inline text elements ## Inline text elements
Styling for all the common inline HTML5 elements. Styling for common inline HTML5 elements.
{% example html %} {% example html %}
<p>You can use the mark tag to <mark>highlight</mark> text.</p> <p>You can use the mark tag to <mark>highlight</mark> text.</p>
...@@ -129,7 +129,6 @@ Styling for all the common inline HTML5 elements. ...@@ -129,7 +129,6 @@ Styling for all the common inline HTML5 elements.
<p><small>This line of text is meant to be treated as fine print.</small></p> <p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p> <p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p> <p><em>This line rendered as italicized text.</em></p>
<p></p>
{% endexample %} {% endexample %}
<div class="bs-callout bs-callout-info"> <div class="bs-callout bs-callout-info">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment