Closed Its-Just-Nans closed 9 months ago
Hello,
How can I use the --width options in the CLI ?
With and without the options, the output isn't different ?!
cargo install comrak comrak --gfm -o index_0.html README.md comrak --gfm -o index_1.html --width 50 README.md diff index_*.html # no difference
Presently the --width option only applies to the CommonMark output mode.
--width
Closing with https://github.com/kivikakk/comrak/pull/362
Hello,
How can I use the --width options in the CLI ?
With and without the options, the output isn't different ?!