mirror of
https://github.com/TxtDot/dalet-rs.git
synced 2025-02-28 05:11:24 +03:00
fix: rename tcol, tpcol to trow, tprow
This commit is contained in:
parent
d2fc37fed3
commit
0fd582b6f5
11 changed files with 25 additions and 25 deletions
|
@ -63,12 +63,12 @@ fn main() {
|
|||
]
|
||||
.into()),
|
||||
Table(vec![
|
||||
Tpcol(vec![
|
||||
Tprow(vec![
|
||||
El("Col 1".into()),
|
||||
El("Col 2".into()),
|
||||
El("Col 3".into()),
|
||||
]),
|
||||
Tcol(vec![
|
||||
Trow(vec![
|
||||
El("Never gonna".into()),
|
||||
El("give you".into()),
|
||||
El("up".into()),
|
||||
|
|
|
@ -121,7 +121,7 @@ row [
|
|||
# +| cells | - primary column
|
||||
# | cells | - secondary column
|
||||
# | Element | Description | - converts to
|
||||
# tcol [
|
||||
# trow [
|
||||
# Element
|
||||
# Description
|
||||
# ]
|
||||
|
@ -135,4 +135,4 @@ row [
|
|||
[ ul | Unordered list ]
|
||||
[ br | Line break ]
|
||||
[[ quantity | 7 ]]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue