Skip to content

Commit c051034

Browse files
author
Gerardo Pacheco
committed
Update sample content with the mark tag
1 parent ffd7b10 commit c051034

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Example/Example/SampleContent/content.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,9 @@ <h3>Unsupported HTML</h3>
159159
</table>
160160

161161
<hr/>
162+
163+
<h3>Mark</h3>
164+
165+
<p>Donec ipsum dolor, <mark style="color:#ff0000">tempor sed</mark> bibendum <mark style="color:#1100ff">vita</mark>.</p>
166+
167+
<hr/>

Example/Example/SampleContent/gutenberg.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,11 @@ <h2 style="text-align:center">The WordPress of tomorrow</h2>
140140
<!-- /wp:separator -->
141141

142142
<!-- wp:latest-posts /-->
143+
144+
<!-- wp:separator -->
145+
<hr class="wp-block-separator" />
146+
<!-- /wp:separator -->
147+
148+
<!-- wp:paragraph -->
149+
<p>Donec ipsum dolor, <mark style="color:#ff0000">tempor sed</mark> bibendum <mark style="color:#1100ff">vita</mark>.</p>
150+
<!-- /wp:paragraph -->

0 commit comments

Comments
 (0)