From a9edea3e99225859d00593874ed4a78e83d47540 Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Mon, 12 Aug 2024 20:30:22 +0300 Subject: [PATCH] doc: fix rename column to row --- README.md | 2 +- specification/tags.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1a788dd..8691a72 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ row [ # +| cells | - primary column # | cells | - secondary column # | Element | Description | - converts to -# tcol [ +# trow [ # Element # Description # ] diff --git a/specification/tags.md b/specification/tags.md index ad35efc..c54ee0d 100644 --- a/specification/tags.md +++ b/specification/tags.md @@ -233,7 +233,7 @@ img "/dalet.png" | -------- | --------------------------------- | | name | table | | id | 12 | -| body | (tcol or tpcol)[] or table-string | +| body | (trow or tprow)[] or table-string | | argument | no | Creates a table. @@ -247,41 +247,41 @@ table { } ``` -## 13. Table Column +## 13. Table Row | Property | Description | | -------- | ----------- | -| name | tcol | +| name | trow | | id | 13 | | body | tags | | argument | no | -Creates a table column. +Creates a table row. **Daleth example**: ```txt -tcol [ +trow [ Name Age ] ``` -## 14. Table Primary Column +## 14. Table Primary Row | Property | Description | | -------- | ----------- | -| name | tpcol | +| name | tprow | | id | 14 | | body | tags | | argument | no | -Like table column, but with primary background. +Like table row, but with primary background. **Daleth example**: ```txt -tpcol [ +tprow [ Name Age ]