When I try to use the chunk toolbar button to "Run all chunks above", I get an error on my first chunk which is css.
That's fair enough since it shouldn't work as executable code,
except it seems like the correct behavior would be to not execute that chunk.
I have tried setting the chunk option "eval=FALSE", but that doesn't change anything, which makes sense since those are knitter options and not IDE execution options.
Is there a way to change this or a good workaround ?