Skip to content

Commit 39fb71f

Browse files
committed
Add test for implicit paragraphs
1 parent c571905 commit 39fb71f

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<section>
2+
<h1>Example of paragraphs</h1>
3+
This is the <em>first</em> paragraph in this example.
4+
<p>This is the second.</p>
5+
</section>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"fragment": true
3+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Example of paragraphs
2+
3+
This is the _first_ paragraph in this example.
4+
5+
This is the second.

0 commit comments

Comments
 (0)