columns icon indicating copy to clipboard operation
columns copied to clipboard

Multicolumn support for pandoc's markdown

Results 6 columns issues
Sort by recently updated
recently updated
newest added

Supporting individual column widths (similar to the beamer case) would be useful in some situations.

Possibly a job for a separate filter. From Bastien Dumont (https://groups.google.com/g/pandoc-discuss/c/JxV3nF_igdw): I noticed one problem though: LaTeX always places on top of the page full-width figures in a multicolumn environment....

enhancement

While testing with README.md and make, pandoc throws some errors like : ``` Error running filter columns.lua: columns.lua:71: attempt to call a nil value (method 'insert') stack traceback: columns.lua:71: in...

backwards-compatibility

See [this discussion](https://github.com/jgm/pandoc/issues/1023) for the suggested LaTeX fix.

enhancement

Add support for the CSS column-fill options and multicol* environment

enhancement