Replies: 1 comment 2 replies
-
I'm not sure the input source format is made available anywhere! @tarleb is that right, and perhaps it should be? However, the source file names are made available in a variable, |
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'd like to get the arguments with which
pandoc
has been called from within a filter.In particular I'd like to know the value of the
-f
(--from
) option, to know the format of the input source.Something like the FORMAT global variable -- that is set to the desired output format (or custom writer) --, but relative to the input format.
Beta Was this translation helpful? Give feedback.
All reactions