Skip to content

Commit 6b0a408

Browse files
authored
Merge pull request tchapi#14 from Harmouch101/master
Adding new features.
2 parents 95b5d42 + 841c655 commit 6b0a408

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Markdown Cheatsheet
1+
Markdown Cheatsheet<a name="TOP"></a>
22
===================
33

44
- - - -
@@ -69,6 +69,20 @@ Content Cell | Content Cell
6969
Content 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+
181202
Hotkey:
182203

183204
<kbd>⌘F</kbd>

0 commit comments

Comments
 (0)