Is there a way to enable start_inline by default for all code blocks in Rouge?
I'm writing a blog using Jekyll 3 (rouge, kramdown) and I have a lot of PHP code blocks. I'd like syntax highlighting to work without having to replace all the ```php tags into ```php?start_inline=1