mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 01:15:21 +00:00
Adds a new Markdown-only flag --omd-aligned (alias --omarkdown-aligned) that left-justifies cells and pads each column to a uniform width. The rendered table is unaffected; the goal is readability of the raw markdown source. The flag implies --omd, so users do not need to pass both. Implementation batches records by schema (like pprint), computes max column widths, then emits header / separator / data rows with bars vertically aligned. Default markdown writer behavior is unchanged. |
||
|---|---|---|
| .. | ||
| overrides | ||
| src | ||
| _config.yml | ||
| Makefile | ||
| mkdocs.yml | ||
| regen.sh | ||
| requirements.txt | ||
| retitle | ||