You can contain the code in three backslashes backticks. If you specify the language in the beginning it will also color code as usual.
e.g.
```python
from pyomo.environ import *
model = Concretemodel()
```
You can contain the code in three backslashes backticks. If you specify the language in the beginning it will also color code as usual.
e.g.
```python
from pyomo.environ import *
model = Concretemodel()
```