I found a filter on an old thread that attempts to produce tabular tables rather than longtable tables, but as noted in the thread it does seem to work for all of us: https://groups.google.com/g/pandoc-discuss/c/RUC-tuu_qf0/m/h-H3RRVt1coJ

Perhaps someone can provide a new working lua filter to produce tabular tables?  MUCH appreciated.

On Tuesday, July 19, 2022 at 1:32:47 PM UTC-7 Richard Huntsinger wrote:

I’ve successfully converted Jupyter HTML-format simple tables to LaTex-format tables using pandoc.read(raw.text, ‘html’).blocks in a lua filter.  The resulting LaTex is \begin(longtable} …  That’s okay for simple tables, but longtable does not support nested tables, which I do need.

How to convert to LaTex tabular tables (which supports nested tables) rather than to longtable tables (which does not)?  Or is there some other solution to converting nested tables? 

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/f8c8c8fe-036e-41f0-a2cb-c744ca96176cn%40googlegroups.com.