|
1 | 1 | # Numbering Settings |
2 | 2 |
|
3 | | -### Changing the settings |
| 3 | +## Changing the settings |
4 | 4 |
|
5 | 5 | In the **top right** corner of your document you should see a **new icon** injected by the extension — click on it to open up the line numbering settings. |
6 | 6 |
|
7 | | ->  |
| 7 | +>  |
8 | 8 |
|
9 | 9 | If you do not see this icon, please try restarting Chrome and reloading the Google Docs page. |
10 | 10 |
|
11 | | -### Settings Description |
| 11 | +## Settings Description |
12 | 12 |
|
13 | 13 | A quick description of all the settings available in the extension. |
14 | 14 |
|
15 | | -#### Show line numbering |
| 15 | +### Show line numbering |
16 | 16 |
|
17 | 17 | This is a checkbox that allows you to toggle the visibility of the line numbers. |
18 | 18 |
|
19 | | -#### Numbering Type |
| 19 | +### Numbering Type |
20 | 20 |
|
21 | 21 | Changing the numbering type changes the way lines are numbered. |
22 | 22 |
|
23 | | -- **Continuous**: line numbers will continuously increment regardless of page or section boundaries. |
24 | | -- **Restart Each Page**: line numbers counts will be reset to the [start at](#start-at) value at the beginning of each page. |
| 23 | +* **Continuous**: line numbers will continuously increment regardless of page or section boundaries. |
| 24 | +* **Restart Each Page**: line numbers counts will be reset to the [start at](settings.md#start-at) value at the beginning of each page. |
25 | 25 |
|
26 | | -#### Start at |
| 26 | +### Start at |
27 | 27 |
|
28 | | -This value defines the number to start counting from on each count reset. For example, if this is set to 5, the first |
29 | | -line will be numbered as 5. If at any point line numbering is reset, then line counting will also start from 5. |
| 28 | +This value defines the number to start counting from on each count reset. For example, if this is set to 5, the first line will be numbered as 5. If at any point line numbering is reset, then line counting will also start from 5. |
30 | 29 |
|
31 | | -#### Count by |
| 30 | +### Count by |
32 | 31 |
|
33 | | -This value defines the step taken in numbering lines. For example, if this value is set to 5, then line numbers will only |
34 | | -appear for lines that are a multiple of 5. So lines 5, 10, 15, and so on will be numbered but not the others. |
| 32 | +This value defines the step taken in numbering lines. For example, if this value is set to 5, then line numbers will only appear for lines that are a multiple of 5. So lines 5, 10, 15, and so on will be numbered but not the others. |
35 | 33 |
|
36 | | -#### Conditional Numbering |
| 34 | +### Conditional Numbering |
37 | 35 |
|
38 | 36 | If you want to exclude or include certain parts of the document from the line count these are the settings you want to change. |
39 | 37 |
|
40 | | -- **Blank lines**: toggles the numbering or empty/blank lines in the document. |
41 | | -- **Headers**: toggles the numbering of the header sections in the document. |
42 | | -- **Footers**: toggles the numbering of the footer sections in the document. |
43 | | - |
44 | | -<style> |
45 | | - .markdown-section h4 { |
46 | | - margin-bottom: 0; |
47 | | - } |
48 | | - |
49 | | - .markdown-section p { |
50 | | - margin-top: 5px; |
51 | | - } |
52 | | - |
53 | | - .markdown-section ul { |
54 | | - margin-top: 0; |
55 | | - } |
56 | | -</style> |
| 38 | +* **Blank lines**: toggles the numbering or empty/blank lines in the document. |
| 39 | +* **Headers**: toggles the numbering of the header sections in the document. |
| 40 | +* **Footers**: toggles the numbering of the footer sections in the document. |
| 41 | + |
| 42 | + |
| 43 | + .markdown-section h4 { |
| 44 | + margin-bottom: 0; |
| 45 | + } |
| 46 | + |
| 47 | + .markdown-section p { |
| 48 | + margin-top: 5px; |
| 49 | + } |
| 50 | + |
| 51 | + .markdown-section ul { |
| 52 | + margin-top: 0; |
| 53 | + } |
| 54 | + |
| 55 | + |
0 commit comments