Browse Source

move dots to the bottom

Signed-off-by: naivewong <867245430@qq.com>
pull/5805/head
naivewong 6 years ago
parent
commit
42ee59689b
  1. 6
      docs/format/index.md

6
docs/format/index.md

@ -93,9 +93,10 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
│ ├──────────────────────────────────────────────────────────────────────┤ │
│ │ ┌────────────────────────────────────────────┐ │ │
│ │ │ ref(l_i.name) <uvarint32> │ │ │
│ │ ├────────────────────────────────────────────┤ ... │ │
│ │ ├────────────────────────────────────────────┤ │ │
│ │ │ ref(l_i.value) <uvarint32> │ │ │
│ │ └────────────────────────────────────────────┘ │ │
│ │ ... │ │
│ ├──────────────────────────────────────────────────────────────────────┤ │
│ │ #chunks <uvarint64> │ │
│ ├──────────────────────────────────────────────────────────────────────┤ │
@ -110,9 +111,10 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
│ │ │ c_i.mint - c_i-1.maxt <uvarint64> │ │ │
│ │ ├────────────────────────────────────────────┤ │ │
│ │ │ c_i.maxt - c_i.mint <uvarint64> │ │ │
│ │ ├────────────────────────────────────────────┤ ... │ │
│ │ ├────────────────────────────────────────────┤ │ │
│ │ │ ref(c_i.data) - ref(c_i-1.data) <varint64> │ │ │
│ │ └────────────────────────────────────────────┘ │ │
│ │ ... │ │
│ └──────────────────────────────────────────────────────────────────────┘ │
├──────────────────────────────────────────────────────────────────────────┤
│ CRC32 <4b>

Loading…
Cancel
Save