Can't get GFM to work

GFM and basic code syntax is mandatory for my project: my site targets developers/admins. I’ve already edited both user and system YAML files. Am I missing something ? Thanks, this is awesome product , by the way, I ran through a long list to choose it.

If you mean syntax highlighting of code blocks, you need to use a plugin to enable that. Currently we have one called Highlight that you can install via GPM:

bin/gpm install highlight

Then you can simply put simply use codeblocks via the regular markdown syntax and they will automatically be highlighted.

Thanks!, I will try! Awesome product!