doc: fix concept doc on tables

This commit is contained in:
Artemy Egorov 2024-08-23 10:45:58 +03:00
parent b5ed682990
commit a805b834ef
2 changed files with 13 additions and 15 deletions

View file

@ -143,9 +143,9 @@ row [
] ]
# Table has custom format # Table has custom format
# +| cells | - primary column # +[[ cells ]] - primary column
# | cells | - secondary column # [ cells ] - secondary column
# | Element | Description | - converts to # [ Element | Description ] - converts to
# trow [ # trow [
# Element # Element
# Description # Description

View file

@ -29,6 +29,7 @@ Notation: `type_name (...data) [hex_id]`
- Tag (id, tag, number) [**c4**] - Tag (id, tag, number) [**c4**]
- Tag (id, tags, number) [**c5**] - Tag (id, tags, number) [**c5**]
- Custom tags (most used, for better compression, backward compatible) - Custom tags (most used, for better compression, backward compatible)
- Tag(id) [**d0**]
- El (text) [**d1**] - El (text) [**d1**]
- El (tag) [**d2**] - El (tag) [**d2**]
- El (tags) [**d3**] - El (tags) [**d3**]
@ -39,22 +40,19 @@ Notation: `type_name (...data) [hex_id]`
- Br [**d7**] - Br [**d7**]
- Hr [**d8**] - Hr [**d8**]
- Img (text) [**d9**] - Img (text arg) [**d9**]
- Table (tags) [**da**]
- Tprow (tags) [**db**]
- Trow (tags) [**dc**]
- B (text) [**dd**] - B (text) [**da**]
- I (text) [**de**] - I (text) [**db**]
- A (number) [**df**] - A (number arg) [**dc**]
- A (text) [**e0**] - A (text arg) [**dd**]
- S (text) [**e1**] - S (text) [**de**]
- Sup (text) [**e2**] - Sup (text) [**df**]
- Sub (text) [**e3**] - Sub (text) [**e0**]
- Meta (text, text) [**e4**] - Meta (text, text arg) [**e1**]
## Limitations ## Limitations