From 090052a6e08982ff5e3248088464609aabafef26 Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Tue, 23 Jul 2024 13:04:19 +0300 Subject: [PATCH] doc: fix tags tables --- specification/tags/main.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/specification/tags/main.md b/specification/tags/main.md index b2cb736..6bce1b9 100644 --- a/specification/tags/main.md +++ b/specification/tags/main.md @@ -2,12 +2,12 @@ ## Element -| Property | Description | -| ----------- | ----------- | -| Daleth name | element | -| Daletl name | e | -| Argument | no | -| Body | any | +| Property | Description | +| -------- | ----------- | +| id | 0 | +| name | element | +| argument | no | +| body | any | Most primitive tag. Also used if no tag is specified. @@ -27,12 +27,12 @@ Daletl json5 data representation: ## Heading -| Property | Description | -| ----------- | ------------------- | -| Daleth name | h | -| Daletl name | h | -| Argument | int x; 1 <= x <= 10 | -| Body | text | +| Property | Description | +| -------- | ------------------- | +| id | 1 | +| name | h | +| argument | int x; 1 <= x <= 10 | +| body | text | Heading is used for text formatting.