Skip to content

Commit 0a0dbf2

Browse files
committed
Add markup for foldable text
1 parent dfe842c commit 0a0dbf2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,19 @@ _Image with alt :_
138138
![picture alt](http://www.brightlightpictures.com/assets/images/portfolio/thethaw_header.jpg "Title is optional")
139139

140140
Markup : ![picture alt](http://www.brightlightpictures.com/assets/images/portfolio/thethaw_header.jpg "Title is optional")
141+
142+
Foldable text:
143+
144+
<details>
145+
<summary>Title 1</summary>
146+
<p>Content 1 Content 1 Content 1 Content 1 Content 1</p>
147+
</details>
148+
<details>
149+
<summary>Title 2</summary>
150+
<p>Content 2 Content 2 Content 2 Content 2 Content 2</p>
151+
</details>
152+
153+
Markup : <details>
154+
<summary>Title 1</summary>
155+
<p>Content 1 Content 1 Content 1 Content 1 Content 1</p>
156+
</details>

0 commit comments

Comments
 (0)