File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,47 @@ _Image with alt :_
138
138
![ picture alt] ( http://www.brightlightpictures.com/assets/images/portfolio/thethaw_header.jpg " Title is optional ")
139
139
140
140
Markup : 
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
+
You can’t perform that action at this time.
0 commit comments