So in normal markdown I can do something like
```python
python code here
```
However, using this template no matter what I put after the triple tick to start the fenced code, it doesn't take that hint. Sometimes the parser does correctly guess what the code is, however often times its guess is incorrect. It would be super helpful to be able to have that code type (i.e.: python above, or whatever the language actually is) functional.