Christophe Agathon
Christophe Agathon
Is there another way to use a standard template with a custom writer which looks like a legit use case ? If not, should we consider having one before removing...
Well ... I guess so. I must confess that after all these years, I am still confused by the way Pandoc manages its data files and configuration. Usually you have...
Thanks a lot for this. I dont remember seeing anything about /usr/share/pandoc in the doc. I tested to make a `/usr/share/pandoc/templates/default.late` (late, not latex ;-) ) but Pandoc failed with...
There still is an issue though ! The unintended behavior you are about to fix has a little brother: the default pdf engine. `pandoc -t latex-foo-bar.lua -o sample.pdf sample.md` selects...
Thanks @jgm all this makes me challenge pandoc's behaviors I was relying on. My point with the pdf thing was to emphasis a probably unintended trick with the filter name...
I think I corrected what failed in the test workflow in my two last commits (5296ecd & 9d650d4). Sorry for the inconvenience.
@jdutant Thanks for the clarification. I eventually found your `column.lua` when I was trying to figure out a solution. Am I wrong or It processes even column (multicols style) but...
@jdutant I don't know. It's up to you. minipages is the way I found to implement this : ```markdown :::::::: {.columns } :::: {.column width="20%"} content ... :::: :::: {.column...
Same issue here when using an alias
> I'm open to exploring improvements here, but I don't have a good enough grasp of the opendocument/ODT format to take this on myself. Thanks @jgm . The **bullet list**...