Skip to content

Commit e1a16d2

Browse files
committed
move table to code block
as it doesn't render properly in https://www.ietf.org/archive/id/draft-ietf-cellar-ffv1-v4-18.html#name-frame-2
1 parent 1d1f1b1 commit e1a16d2

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

ffv1.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -1371,33 +1371,35 @@ Frame( NumBytes ) { |
13711371
13721372
The following is an architecture overview of Slices in a Frame:
13731373
1374-
+-----------------------------------------------------------------+
1374+
```
1375+
+---------------------------------------------------------------+
13751376
| first Slice header |
1376-
+-----------------------------------------------------------------+
1377+
+---------------------------------------------------------------+
13771378
| first Slice content |
1378-
+-----------------------------------------------------------------+
1379+
+---------------------------------------------------------------+
13791380
| first Slice footer |
1380-
+-----------------------------------------------------------------+
1381-
|---------------------------------------------------------------|
1382-
+-----------------------------------------------------------------+
1381+
+---------------------------------------------------------------+
1382+
| ------------------------------------------------------------- |
1383+
+---------------------------------------------------------------+
13831384
| second Slice header |
1384-
+-----------------------------------------------------------------+
1385+
+---------------------------------------------------------------+
13851386
| second Slice content |
1386-
+-----------------------------------------------------------------+
1387+
+---------------------------------------------------------------+
13871388
| second Slice footer |
1388-
+-----------------------------------------------------------------+
1389-
|---------------------------------------------------------------|
1390-
+-----------------------------------------------------------------+
1389+
+---------------------------------------------------------------+
1390+
| ------------------------------------------------------------- |
1391+
+---------------------------------------------------------------+
13911392
| ... |
1392-
+-----------------------------------------------------------------+
1393-
|---------------------------------------------------------------|
1394-
+-----------------------------------------------------------------+
1393+
+---------------------------------------------------------------+
1394+
| ------------------------------------------------------------- |
1395+
+---------------------------------------------------------------+
13951396
| last Slice header |
1396-
+-----------------------------------------------------------------+
1397+
+---------------------------------------------------------------+
13971398
| last Slice content |
1398-
+-----------------------------------------------------------------+
1399-
| last Slice footer |
1400-
+-----------------------------------------------------------------+
1399+
+---------------------------------------------------------------+
1400+
| last Slice footer |
1401+
+---------------------------------------------------------------+
1402+
```
14011403
14021404
## Slice
14031405

0 commit comments

Comments
 (0)