Yeah, I have a MWE here: https://tex.stackexchange.com/questions/680766/help-with-lua-filter-for-markdown-to-latex-with-pandoc

As for the command:
```
mkdir -p /home/ME/Documents/Obsidian/Output/{{title}}
pandoc -r markdown-auto_identifiers -w latex {{file_path:absolute}} -o /home/ME/Documents/Obsidian/Output/{{title}}/{{title}}.tex --template="/home/ME/Documents/LaTeX/My Templates/Proposal/default-proposal.tex" --lua-filter=/home/ME/Documents/LaTeX/Filters/highlight.lua --lua-filter=/home/ME/Documents/LaTeX/Filters/highlight-period.lua --lua-filter=/home/ME/Documents/LaTeX/Filters/Span.lua --lua-filter=/home/ME/Documents/LaTeX/Filters/highlight-red.lua --lua-filter=/home/ME/Documents/LaTeX/Filters/Span-red.lua
```

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/6a7dabf5-1fda-4825-9d21-193b63363937n%40googlegroups.com.