Tables
Work In Progress
Tables are a bit more complicated to implement. Especially a layout that is mobile friendly.
Many things may be broken.
Tables are often useful for grouping categories of data
Example Input
| Option | Description |
| ------ | ----------- |
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
Example Output
Row #1
Option
data
Description
path to data files to supply the data that will be passed into templates.
Row #2
Option
engine
Description
engine to be used for processing templates. Handlebars is the default.
Row #3
Option
ext
Description
extension to be used for dest files.