Troubles with Discourse

If you look at this, you see that the auto-formatting messes up when we run it on anything other than Stan models. Here’s an example from

> stanout <- stan('latent-factor-model.stan'
+               , data=standat
+               , iter=4000
+               , chains=1)
...
C:/Users/CURTS025/programs/R/library/BH/include/boost/config/compiler/gcc.hpp:186:0: warning: "BOOST_NO_CXX11_RVALUE_REFERENCES" redefined
#  define BOOST_NO_CXX11_RVALUE_REFERENCES
^
<command-line>:0:0: note: this is the location of the previous definition
 
SAMPLING FOR MODEL 'latent-factor-model' NOW (CHAIN 1).

I think the formatting is hurting more than helping here.

Is there a way to just turn off highlighting? Or make it configurable, with the default being no highlighting?