fredrikekre / Literate.jl

Simple package for literate programming in Julia
https://fredrikekre.github.io/Literate.jl
Other
534 stars 61 forks source link

FR: Supporting flavor-specific filtering #202

Open svilupp opened 2 years ago

svilupp commented 2 years ago

Existing: At the moment, you can include/exclude lines based on type, eg, Markdown, Notebook, script. Example: a=1 #md will only be included in the Markdown outputs

Request: It would be valuable to be able to filter out certain lines based on flavors of these types. Wish: a=1 #mdq will only be included in QuartoFlavor Markdown outputs but no other Markdown Where:

Same for exclusion command.

Possible implementation:

I'm happy to open the PR if there is an interest.

Benefits: