Syntax Coloring

I saw this one line in the blog about DT 3.5: View Markdown documents containing code with syntax coloring However I could not find any details about this.

I tried this:

function () {
	console.log('hello');
}

and it does like its in a monospace font but how do get the syntax coloring? I couldn’t find anything in the help file about this new feature.

See How to enable Prism on DT 3.5?

@cgrunenberg Thanks for the link.