pandoc / lua-filters

A collection of lua filters for pandoc
MIT License
611 stars 166 forks source link

Provides not-in-format filter #153

Closed jdutant closed 3 years ago

jdutant commented 3 years ago

A simple filter to keep parts of documents out of selected formats. Useful if you want to provide Raw code for some but not all output formats, e.g., if you have a markdown table that works well in formats other than LaTeX and you want to provide alternative raw code for LaTeX output only.

jdutant commented 3 years ago

I've implemented the suggestions (and credit). It's basically a one-line filter now, but should be of use.

tarleb commented 3 years ago

Thanks!