canonical / canonicalwebteam.discourse

GNU Lesser General Public License v3.0
11 stars 16 forks source link

Enable syntax highlighting #133

Open Saviq opened 2 years ago

Saviq commented 2 years ago

It would be nice if Markdown's syntax highlighting would work, e.g.:

```yaml
foo: bar
baz: ["foo"]
```
foo: bar
baz: ["foo"]