Skip to content

Commit b5272bf

Browse files
committed
[README.md] add color to level 4 headers
1 parent b299ae0 commit b5272bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ By default, an uncolored unified diff is performed on the two files defined with
8787

8888
### Options
8989

90-
#### Color diffs
90+
<h4 style="color:#7cb490">Color diffs</h4>
9191

9292
To view a colored diff in your terminal, include either the `-c` or `--color` option in your command:
9393

9494
```
9595
$ fdiff --color [PRE-FONT FILE PATH] [POST-FONT FILE PATH]
9696
```
9797

98-
#### Filter OpenType tables
98+
<h4 style="color:#7cb490">Filter OpenType tables</h4>
9999

100100
To include only specified tables in your diff, use the `--include` option with a comma separated list of table names:
101101

@@ -111,23 +111,23 @@ $ fdiff --exclude glyf,OS/2 [PRE-FONT FILE PATH] [POST-FONT FILE PATH]
111111

112112
**Do not include spaces** between the comma separated table name values!
113113

114-
#### Change number of context lines
114+
<h4 style="color:#7cb490">Change number of context lines</h4>
115115

116116
To change the number of lines of context above/below lines that have differences, use the `-l` or `--lines` option with an integer value for the desired number of lines. The following command reduces the contextual information to a single line above and below lines with differences:
117117

118118
```
119119
$ fdiff -l 1 [PRE-FONT FILE PATH] [POST-FONT FILE PATH]
120120
```
121121

122-
#### Display first n lines of output
122+
<h4 style="color:#7cb490">Display the first n lines of output</h4>
123123

124124
Use the `--head` option followed by an integer for the number of lines at the beginning of the output. For example, the following command displays the first 20 lines of the diff:
125125

126126
```
127127
$ fdiff --head 20 [PRE-FONT FILE PATH] [POST-FONT FILE PATH]
128128
```
129129

130-
#### Display the last n lines of output
130+
<h4 style="color:#7cb490">Display the last n lines of output</h4>
131131

132132
Use the `--tail` option followed by an integer for the number of lines at the end of the output. For example, the following command displays the last 20 lines of the diff:
133133

0 commit comments

Comments
 (0)