columns
columns copied to clipboard
Multicolumn support for pandoc's markdown
[removed]
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....
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...
See [this discussion](https://github.com/jgm/pandoc/issues/1023) for the suggested LaTeX fix.
Add support for the CSS column-fill options and multicol* environment