mirror of
https://github.com/TxtDot/dalet.git
synced 2024-11-21 20:36:23 +03:00
doc: fix tags tables
This commit is contained in:
parent
66bfa69272
commit
090052a6e0
1 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue