lua-filters
lua-filters copied to clipboard
Getting pandoc HTML output while running wordcound.lua filter
Hi,
I was wondering if there is a way to get the HTML output of a markdown file I am converting while using the wordcount.lua filter.
Right now I find that only the wordcount details are shown. What I would like is for both the wordcount details and the HTML output to be displayed on standard out.
If not showing the HTML output is by design then are there any workarounds such as using pipes. I would like to get both outputs in one go.
This is now implemented, cf the filter's updated README.md.