File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
- Markdown Cheatsheet
1
+ Markdown Cheatsheet< a name = " TOP " ></ a >
2
2
===================
3
3
4
4
- - - -
@@ -69,6 +69,20 @@ Content Cell | Content Cell
69
69
Content Cell | Content Cell
70
70
```
71
71
72
+ Adding a pipe ` | ` in a cell :
73
+
74
+ First Header | Second Header
75
+ ------------- | -------------
76
+ Content Cell | Content Cell
77
+ Content Cell | \|
78
+
79
+ ```
80
+ First Header | Second Header
81
+ ------------- | -------------
82
+ Content Cell | Content Cell
83
+ Content Cell | \|
84
+ ```
85
+
72
86
` code() `
73
87
74
88
Markup : `code()`
@@ -178,6 +192,13 @@ Foldable text:
178
192
<p > Some HTML code here </p >
179
193
```
180
194
195
+ Link to a specific part of the page:
196
+
197
+ [ Go To TOP] ( #TOP )
198
+
199
+ Markup : [text goes here](#section_name)
200
+ section_title<a name="section_name"></a>
201
+
181
202
Hotkey:
182
203
183
204
<kbd >⌘F</kbd >
You can’t perform that action at this time.
0 commit comments