Open alive4ever opened 8 years ago
I stumbled upon the same issue today.
We might like tables for jq's documentation.
I guess maybe tables could be converted in to tbl(1) and *roff(1) invoked with -t
. But there's probably a lot of work to do for this.
Hey y'all. C'mon over to my Ronn-NG fork and post a feature request Issue and I'll make this happen.
I've added table support to Ronn-NG using tbl(1)
/groff -t
in https://github.com/apjanke/ronn-ng/commit/58b41779f1a44fd378abc0c8cb4b441c61725e90 / https://github.com/apjanke/ronn-ng/issues/8.
It seems that
ronn
doesn't create formatted table from markdown input.Manual pages can contain tables.
ronn
should support formatting tables as well.