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

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