repobee / repobee-sanitizer

A plugin for sanitizing master repositories before distribution to students
MIT License
2 stars 3 forks source link

Add syntax highlighting to code snippets in README #46

Closed slarse closed 4 years ago

slarse commented 4 years ago

It would look much nicer. Can be done by adding java after the first three backticks. I.e. like this:

```java
public class Main { }