Open kwstannard opened 1 year ago
Given a template:
{{- newTable (sub termWidth 10) -}} {{- tblHeaders "hello" -}} {{- tblRow "world" -}} {{ tableRender }} {{ "" }} {{- newTable (sub termWidth 10) -}} {{- tblHeaders "goodnight" -}} {{- tblRow "moon" -}} {{ tableRender }}
The result will be:
| hello | |-------| | world | | goodnight | |-----------| | moon |
Given a template:
The result will be: