mlange-42 / yarner

Literate Programming command line tool for Markdown
https://mlange-42.github.io/yarner
MIT License
32 stars 1 forks source link

[Feature] Option for "clean" code output, without block labels #12

Closed mlange-42 closed 4 years ago

mlange-42 commented 4 years ago

Block labels for reverse mode may significantly clutter code files.

There should be a CLI switch (e.g. --release) that allows for code generation without labels.

See also mlange-42/outline#32

mlange-42 commented 4 years ago

Implemented in 0291ea7 through switch --clean