When filling a response that requires source code, markdown syntax allows to have a nice formatting that goos developers tend to use. Because we are searching for excellent developers and architects we want to ensure they will be able to have this experience:
This is an example of MD formatting
this is my test
## this is another title
```java
class Test {
}
```