In R markdown, I can set all my code as hidden using "code_folding: hide", suppose I want a specific code fragment to be shown by default e.g. {python code_folder='show'}
. However that approach doesn't work.
Is there a way to do this?
In R markdown, I can set all my code as hidden using "code_folding: hide", suppose I want a specific code fragment to be shown by default e.g. {python code_folder='show'}
. However that approach doesn't work.
Is there a way to do this?