josephbergevin / codebook-md

Bring your markdown to life with this VS Code extension. Execute code blocks at the click of a button in a notebook style similar to Jupyter. GitHub permalinks will show a preview and can be clicked to navigate to the file/line locally.
MIT License
2 stars 0 forks source link

add excludeOutputPrefixes in config #14

Open josephbergevin opened 2 months ago

josephbergevin commented 2 months ago

Each language should have a config field called excludeOutputPrefixes that is a slice of string. When output is created for that language, any lines beginning with a prefix in that slice will be excluded.