Hello.

I have the following pandoc command that I use to generate my pdf from notebooks.

pandoc -V geometry:margin=1.5in --table-of-contents --toc-depth=5 \ --preserve-tabs --standalone --pdf-engine=xelatex a.ipynb \ --highlight-style=pygments --metadata-file=meta.yaml \ -o a.pdf

It works fine. However, I'd like to omit some cells from the notebook. jupyter nbconvert has the option --TagRemovePreprocessor.remove_cell_tags={"omit"}. Is there a way to add that to pandoc?

Thanks,

Leo

--
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/65ec5344-b6d0-4ea8-8fa2-5bbebc8a1dcdn%40googlegroups.com.