Replies: 1 comment 2 replies
-
I'm not sure why the minipages are added; this code was added by @tarleb who may be able to explain the motivation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on a filter but figures seem to be somewhat of an issue. If i try to add anything that is not another figure (which then becomes a subfigure), it is wrapped inside a minipage.
Here is an example snippet of my filter:
multiRowFigure
receives a table of images and uses the value assigned tomaxInRow
to add an extra element at the last index of each row. This is the output of pandoc in latex format with this filter:As you can see, it did add the blank line as well as
\bigskip
but it added aminipage
around it as well.Is it possible to change this behavior of how pandoc generates elements inside figures?
Beta Was this translation helpful? Give feedback.
All reactions