doc: simplify daletpack

This commit is contained in:
Artemy Egorov 2024-09-24 22:35:23 +03:00 committed by GitHub
parent 82d6d046b0
commit 08d13e86d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,47 +12,23 @@ Mime type: `application/dalet-pack`
## Types ## Types
Notation: `type_name (...data) [hex_id]` Notation:
`(id, [body_type], [argument_type]) [hex_id]`
- Tags with body - Tags with body
- Tag (id, text) [**a0**] - (id, text) [**a0**]
- Tag (id, tag) [**a1**] - (id, tag) [**a1**]
- Tag (id, tags) [**a2**] - (id, tags) [**a2**]
- Tags with argument - Tags with argument
- Tag (id, text) [**b0**] - (id, text) [**b0**]
- Tag (id, number) [**b1**] - (id, number) [**b1**]
- Complex tags - Complex tags
- Tag (id, text, text) [**c0**] - (id, text, text) [**c0**]
- Tag (id, tag, text) [**c1**] - (id, tag, text) [**c1**]
- Tag (id, tags, text) [**c2**] - (id, tags, text) [**c2**]
- Tag (id, text, number) [**c3**] - (id, text, number) [**c3**]
- Tag (id, tag, number) [**c4**] - (id, tag, number) [**c4**]
- Tag (id, tags, number) [**c5**] - (id, tags, number) [**c5**]
- Custom tags (most used, for better compression, backward compatible)
- Tag(id) [**d0**]
- El (text) [**d1**]
- El (tag) [**d2**]
- El (tags) [**d3**]
- P (text) [**d4**]
- P (tag) [**d5**]
- P (tags) [**d6**]
- Br [**d7**]
- Hr [**d8**]
- Img (text arg) [**d9**]
- B (text) [**da**]
- I (text) [**db**]
- A (number arg) [**dc**]
- A (text arg) [**dd**]
- S (text) [**de**]
- Sup (text) [**df**]
- Sub (text) [**e0**]
- Meta (text, text arg) [**e1**]
## Limitations ## Limitations