You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I worked around this (it's actually not just a problem with PlantUML) by modifying the filters to generate a file, which is then used in the markdown right after with {#label}
running pandoc (again) on the caption text to convert it from markdown to the current format.
returning the caption as a RawInline element.
However, I'm not happy with the first step, as it seems broken to invoke pandoc externally when we're already in a filter.
@jgm would you know of a way to perform the markdown-to-X conversion without using another pandoc external command? Does the pandocfilters API need to be extended to do this?
Using the
examples/plantuml.py
I would like to use markdown formatting in the caption, e.g.,But the
*not*
is not processed as markdown (to get italics). Is there a way to do this with the filter API?The text was updated successfully, but these errors were encountered: