You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Cheatsheet.cheatmd
+16-17
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
-
# Cheatsheet User Guide
1
+
# Cheatsheet Example
2
2
3
-
This document is a cheatsheet on how to use cheatsheets.
4
-
Cheatsheets are Markdown files with the `.cheatmd` extension. You may also check the source of this document as a reference.
3
+
Cheatsheets are Markdown files with the `.cheatmd` extension which support a limited range of elements and formatting. Refer to the source of this document to see the relevant Markdown.
5
4
6
-
## I'm a H2 title with 2 columns
5
+
## H2 title
7
6
{: .col-2}
8
7
9
-
### I'm a H3 title
8
+
### H3 title
10
9
11
-
#### I'm a H4 title.
10
+
#### H4 title
12
11
13
-
And this is a paragraph.
12
+
A paragraph.
14
13
15
14
### Code
16
15
@@ -30,7 +29,7 @@ Greeter.greet("world")
30
29
31
30
Paragraphs are also supported and can quote `code`.
32
31
33
-
Several paragraphs are visually distinct.
32
+
Paragraphs are visually distinct from one another.
34
33
35
34
### Lists
36
35
@@ -64,7 +63,7 @@ Several paragraphs are visually distinct.
64
63
* example 2
65
64
```
66
65
67
-
Variants customize how your cheatsheet looks like via Markdown's inline attribute notation.
66
+
Variants change presentation via Markdown's inline attribute notation.
68
67
69
68
### Header variants
70
69
@@ -146,11 +145,11 @@ Add `wrap` to wrap long lines.
146
145
147
146
### Ordered lists
148
147
149
-
1. I'm first;
150
-
2. You are second;
151
-
3. We are third;
148
+
1. First
149
+
2. Second
150
+
3. Third
152
151
153
-
Here's an extra paragraph after the list.
152
+
An extra paragraph after the list.
154
153
155
154
### With headings and code links
156
155
@@ -203,12 +202,12 @@ Add `{: .list-4}` after the H3 title to make large lists.
203
202
204
203
## Full page
205
204
206
-
This is the default.
205
+
The default.
207
206
208
207
## Half width
209
208
{: .width-50}
210
209
211
-
### I make tables look nicer
210
+
### Avoid overly long lines
212
211
213
212
#### Time
214
213
@@ -219,7 +218,7 @@ This is the default.
219
218
220
219
Add `{: .width-50}` after the H2 title to use only half width.
0 commit comments