bundles / papyri 0.0.10 / papyri / directives / csv_table_handler
function
papyri.directives:csv_table_handler
source: /papyri/directives.py :490
Signature
def csv_table_handler ( argument : str , options : dict[str, str] , content : str ) → list[Any] Summary
Handler for .. csv-table:: — CSV-formatted table directive.
Extended Summary
Mirrors list-table in producing Table / TableRow / TableCell nodes. Supported options: :header: (comma-separated header cells), :header-rows: (integer). Unsupported presentation options (:widths:, :stub-columns:, :align:, etc.) are tolerated and ignored.
Aliases
-
papyri.directives.csv_table_handler