NAME
Muster::Hook::Table - Muster table directive.
VERSION
version 0.62
DESCRIPTION
Muster::Hook::Table simple table formatting. This does not implement the data-from-file which the IkiWiki plugin does.
METHODS
Muster::Hook::Table inherits all methods from Muster::Hook::Directives.
register
Do some intialization.
process
Process table formatting.
is_dsv_data
Is the data DSV (delimiter-separated-values)?
split_csv
Use Text::CSV to split the data into lines and columns.
split_dsv
Split the data into lines and columns using delimiters.
genrow
Generate a row of the table.