8000 README: Use a blockquote to make text readable · rubyzip/rubyzip@a27204f · GitHub
[go: up one dir, main page]

Skip to content

Commit a27204f

Browse files
authored
README: Use a blockquote to make text readable
1 parent 57c3772 commit a27204f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,8 @@ end
175175

176176
But there is one exception when it is not working - General Purpose Flag Bit 3.
177177

178-
```
179-
If bit 3 (0x08) of the general-purpose flags field is set, then the CRC-32 and file sizes are not known when the header is written. The fields in the local header are filled with zero, and the CRC-32 and size are appended in a 12-byte structure (optionally preceded by a 4-byte signature) immediately after the compressed data
180-
```
178+
> If bit 3 (0x08) of the general-purpose flags field is set, then the CRC-32 and file sizes are not known when the header is written. The fields in the local header are filled with zero, and the CRC-32 and size are appended in a 12-byte structure (optionally preceded by a 4-byte signature) immediately after the compressed data
179+
181180

182181
If `::Zip::InputStream` finds such entry in the zip archive it will raise an exception.
183182

0 commit comments

Comments
 (0)
0