Skip to content

Commit ecfb900

Browse files
authored
Merge pull request tchapi#4 from jaychsu/master
Add some interesting markups
2 parents dfe842c + cc4373e commit ecfb900

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,47 @@ _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>
157+
158+
Hotkey:
159+
160+
<kbd>⌘F</kbd>
161+
162+
<kbd>⇧⌘F</kbd>
163+
164+
Markup : <kbd>⌘F</kbd>
165+
166+
Hotkey list:
167+
168+
| Key | Symbol |
169+
| --- | --- |
170+
| Option ||
171+
| Control ||
172+
| Command ||
173+
| Shift ||
174+
| Caps Lock ||
175+
| Tab ||
176+
| Esc ||
177+
| Power ||
178+
| Return ||
179+
| Delete ||
180+
| Up ||
181+
| Down ||
182+
| Left ||
183+
| Right ||
184+

0 commit comments

Comments
 (0)