doc: fix tags tables

This commit is contained in:
Artemy Egorov 2024-07-23 13:04:19 +03:00
parent 66bfa69272
commit 090052a6e0

View file

@ -2,12 +2,12 @@
## Element ## Element
| Property | Description | | Property | Description |
| ----------- | ----------- | | -------- | ----------- |
| Daleth name | element | | id | 0 |
| Daletl name | e | | name | element |
| Argument | no | | argument | no |
| Body | any | | body | any |
Most primitive tag. Also used if no tag is specified. Most primitive tag. Also used if no tag is specified.
@ -27,12 +27,12 @@ Daletl json5 data representation:
## Heading ## Heading
| Property | Description | | Property | Description |
| ----------- | ------------------- | | -------- | ------------------- |
| Daleth name | h | | id | 1 |
| Daletl name | h | | name | h |
| Argument | int x; 1 <= x <= 10 | | argument | int x; 1 <= x <= 10 |
| Body | text | | body | text |
Heading is used for text formatting. Heading is used for text formatting.