design: Markdown fixes lol

This commit is contained in:
Sasha Koshka 2025-06-04 10:38:42 -04:00
parent d67a4fb9f2
commit 385c5a5972

View File

@ -5,7 +5,7 @@ PDL allows defining a protocol using HOPP and TAPE.
## Data Types
| Syntax | TN | CN | Description
| -------- | ------- | -: | -----------
| ---------- | ------- | -: | -----------
| I5 | SI | |
| I8 | LI | 0 |
| I16 | LI | 1 |
@ -27,7 +27,7 @@ PDL allows defining a protocol using HOPP and TAPE.
| F256[^2] | FP | 31 |
| String | SBA/LBA | * | UTF-8 string
| Buffer | SBA/LBA | * | Byte array
| []<TYPE> | OTA | * | Array of any type[^1]
| []\<TYPE\> | OTA | * | Array of any type[^1]
| Table | KTV | * |
[^1]: Excluding SI and SBA. I5 and U5 cannot be used in an array, but String and