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 >
22===================
33
44- - - -
@@ -69,6 +69,20 @@ Content Cell | Content Cell
6969Content Cell | Content Cell
7070```
7171
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+
7286` code() `
7387
7488 Markup : `code()`
@@ -178,6 +192,13 @@ Foldable text:
178192<p > Some HTML code here </p >
179193```
180194
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+
181202Hotkey:
182203
183204<kbd >⌘F</kbd >
You can’t perform that action at this time.
0 commit comments