Could anybody explain for what reason I have created the following filter? #10050
Unanswered
johnmapeson
asked this question in
Q&A
Replies: 2 comments
-
Given that your original example is not currently reproducible (I just used Pandoc 3.3 to run your input and command and got a different result) I would guess the answer is that something got fixed/changed in the mean time and the need for the filter is obsolete. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, Caleb. I cannot test it with Pandoc 3.3, but I have just updated Pandoc to 2.3.1 by using
Then, either...
produces the same
The output files are the same and the video is preserved even without a filter. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
This is kinda a weird question.
In April I asked how to create a Lua filter to preserve videos if converting from HTML to GitHub Flavored Markdown. @jgm helped me, and here are a link: #9658 and code:
But what I don't understand now is that for what reason I have created this filter. Isn't it
preserves videos even without it?
I suspect the filter does have its use, but I forgot the use that does make sense for it. Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions